net.sf.sqs_xml.reader.model
Interface IFormElementsChoice

All Superinterfaces:
IRNode
All Known Implementing Classes:
FormElementsMarkarea, FormElementsTextarea

public interface IFormElementsChoice
extends IRNode

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

Version:
reader.rng (Fri Aug 06 03:48:33 GMT+09:00 2004)
Author:
Relaxer 1.1b (http://www.relaxer.org)

Method Summary
 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()
           
 
Methods inherited from interface net.sf.sqs_xml.reader.model.IRNode
rGetParentRNode, rGetRNodes, rSetParentRNode
 

Method Detail

makeElement

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

Parameters:
parent -

makeTextElement

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

Parameters:
buffer -

makeTextElement

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

Parameters:
buffer -
Throws:
java.io.IOException

makeTextElement

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

Parameters:
buffer -

makeTextAttribute

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

Parameters:
buffer -

makeTextAttribute

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

Parameters:
buffer -
Throws:
java.io.IOException

makeTextAttribute

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

Parameters:
buffer -

setup

public void setup(org.w3c.dom.Document doc)
Parameters:
doc -

setup

public void setup(org.w3c.dom.Element element)
Parameters:
element -

setup

public void setup(RStack stack)
Parameters:
stack -

clone

public java.lang.Object clone()
Returns:
Object

setup

public void setup(java.io.File file)
           throws java.io.IOException,
                  org.xml.sax.SAXException,
                  javax.xml.parsers.ParserConfigurationException
Parameters:
file -
Throws:
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
Parameters:
uri -
Throws:
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
Parameters:
url -
Throws:
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
Parameters:
in -
Throws:
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
Parameters:
is -
Throws:
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
Parameters:
reader -
Throws:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException

makeDocument

public org.w3c.dom.Document makeDocument()
                                  throws javax.xml.parsers.ParserConfigurationException
Returns:
Document
Throws:
javax.xml.parsers.ParserConfigurationException

rGetRNSContext

public RNSContext rGetRNSContext()
Returns:
RNSContext

rSetRNSContext

public void rSetRNSContext(RNSContext rNSContext)
Parameters:
rNSContext -

getRef

public java.lang.String getRef()
Returns:
String

setRef

public void setRef(java.lang.String ref)
Parameters:
ref -

rGetElement

public org.w3c.dom.Element rGetElement()
Returns:
Element

makeTextDocument

public java.lang.String makeTextDocument()
Returns:
String

getRefAsString

public java.lang.String getRefAsString()
Returns:
String

setRefByString

public void setRefByString(java.lang.String string)
Parameters:
string -

toString

public java.lang.String toString()
Returns:
String