jp.sourceforge.sqs_xml.reader.model
インタフェース IFormElementsChoice

すべてのスーパーインタフェース:
IRNode
既知の実装クラスの一覧:
FormElementsMarkarea, FormElementsTextarea

public interface IFormElementsChoice
extends IRNode

IFormElementsChoice is generated from reader.rng by Relaxer. Concrete classes of the interface are FormElementsMarkarea and FormElementsTextarea.

バージョン:
reader.rng (Fri Aug 06 03:48:33 GMT+09:00 2004)
作成者:
Relaxer 1.1b (http://www.relaxer.org)

メソッドの概要
 java.lang.Object clone()
           
 java.lang.String getRef()
           
 java.lang.String getRefAsString()
           
 org.w3c.dom.Document makeDocument()
           
 void makeElement(org.w3c.dom.Node parent)
          Creates a DOM representation of the object.
 void makeTextAttribute(java.io.PrintWriter buffer)
          Makes an XML text representation.
 void makeTextAttribute(java.lang.StringBuffer buffer)
          Makes an XML text representation.
 void makeTextAttribute(java.io.Writer buffer)
          Makes an XML text representation.
 java.lang.String makeTextDocument()
           
 void makeTextElement(java.io.PrintWriter buffer)
          Makes an XML text representation.
 void makeTextElement(java.lang.StringBuffer buffer)
          Makes an XML text representation.
 void makeTextElement(java.io.Writer buffer)
          Makes an XML text representation.
 org.w3c.dom.Element rGetElement()
           
 RNSContext rGetRNSContext()
           
 void rSetRNSContext(RNSContext rNSContext)
           
 void setRef(java.lang.String ref)
           
 void setRefByString(java.lang.String string)
           
 void setup(org.w3c.dom.Document doc)
           
 void setup(org.w3c.dom.Element element)
           
 void setup(java.io.File file)
           
 void setup(org.xml.sax.InputSource is)
           
 void setup(java.io.InputStream in)
           
 void setup(java.io.Reader reader)
           
 void setup(RStack stack)
           
 void setup(java.lang.String uri)
           
 void setup(java.net.URL url)
           
 java.lang.String toString()
           
 
インタフェース jp.sourceforge.sqs_xml.reader.model.IRNode から継承したメソッド
rGetParentRNode, rGetRNodes, rSetParentRNode
 

メソッドの詳細

makeElement

public void makeElement(org.w3c.dom.Node parent)
Creates a DOM representation of the object. Result is appended to the Node parent.

パラメータ:
parent -

makeTextElement

public void makeTextElement(java.lang.StringBuffer buffer)
Makes an XML text representation.

パラメータ:
buffer -

makeTextElement

public void makeTextElement(java.io.Writer buffer)
                     throws java.io.IOException
Makes an XML text representation.

パラメータ:
buffer -
例外:
java.io.IOException

makeTextElement

public void makeTextElement(java.io.PrintWriter buffer)
Makes an XML text representation.

パラメータ:
buffer -

makeTextAttribute

public void makeTextAttribute(java.lang.StringBuffer buffer)
Makes an XML text representation.

パラメータ:
buffer -

makeTextAttribute

public void makeTextAttribute(java.io.Writer buffer)
                       throws java.io.IOException
Makes an XML text representation.

パラメータ:
buffer -
例外:
java.io.IOException

makeTextAttribute

public void makeTextAttribute(java.io.PrintWriter buffer)
Makes an XML text representation.

パラメータ:
buffer -

setup

public void setup(org.w3c.dom.Document doc)
パラメータ:
doc -

setup

public void setup(org.w3c.dom.Element element)
パラメータ:
element -

setup

public void setup(RStack stack)
パラメータ:
stack -

clone

public java.lang.Object clone()
戻り値:
Object

setup

public void setup(java.io.File file)
           throws java.io.IOException,
                  org.xml.sax.SAXException,
                  javax.xml.parsers.ParserConfigurationException
パラメータ:
file -
例外:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException

setup

public void setup(java.lang.String uri)
           throws java.io.IOException,
                  org.xml.sax.SAXException,
                  javax.xml.parsers.ParserConfigurationException
パラメータ:
uri -
例外:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException

setup

public void setup(java.net.URL url)
           throws java.io.IOException,
                  org.xml.sax.SAXException,
                  javax.xml.parsers.ParserConfigurationException
パラメータ:
url -
例外:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException

setup

public void setup(java.io.InputStream in)
           throws java.io.IOException,
                  org.xml.sax.SAXException,
                  javax.xml.parsers.ParserConfigurationException
パラメータ:
in -
例外:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException

setup

public void setup(org.xml.sax.InputSource is)
           throws java.io.IOException,
                  org.xml.sax.SAXException,
                  javax.xml.parsers.ParserConfigurationException
パラメータ:
is -
例外:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException

setup

public void setup(java.io.Reader reader)
           throws java.io.IOException,
                  org.xml.sax.SAXException,
                  javax.xml.parsers.ParserConfigurationException
パラメータ:
reader -
例外:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException

makeDocument

public org.w3c.dom.Document makeDocument()
                                  throws javax.xml.parsers.ParserConfigurationException
戻り値:
Document
例外:
javax.xml.parsers.ParserConfigurationException

rGetRNSContext

public RNSContext rGetRNSContext()
戻り値:
RNSContext

rSetRNSContext

public void rSetRNSContext(RNSContext rNSContext)
パラメータ:
rNSContext -

getRef

public java.lang.String getRef()
戻り値:
String

setRef

public void setRef(java.lang.String ref)
パラメータ:
ref -

rGetElement

public org.w3c.dom.Element rGetElement()
戻り値:
Element

makeTextDocument

public java.lang.String makeTextDocument()
戻り値:
String

getRefAsString

public java.lang.String getRefAsString()
戻り値:
String

setRefByString

public void setRefByString(java.lang.String string)
パラメータ:
string -

toString

public java.lang.String toString()
戻り値:
String