jp.sourceforge.sqs_xml.editor.model
インタフェース IBlockmoduleChoice

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

public interface IBlockmoduleChoice
extends IRNode

IBlockmoduleChoice is generated from sqs.rng by Relaxer. Concrete classes of the interface are Section and P.

バージョン:
sqs.rng (Thu Jul 22 18:24:57 GMT+09:00 2004)
作成者:
Relaxer 1.1b (http://www.relaxer.org)

メソッドの概要
 java.lang.Object clone()
           
 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 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.editor.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 -

rGetElement

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

makeTextDocument

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

toString

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