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

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

public interface IInlinemoduleMixedChoice
extends IRNode, IInlinemoduleMixed

IInlinemoduleMixedChoice is generated from sqs.rng by Relaxer. Concrete classes of the interface are Br and Strong.

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

メソッドの概要
 org.w3c.dom.Document makeDocument()
           
 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(java.lang.String uri)
           
 void setup(java.net.URL url)
           
 
インタフェース jp.sourceforge.sqs_xml.editor.model.IRNode から継承したメソッド
rGetParentRNode, rGetRNodes, rSetParentRNode
 
インタフェース jp.sourceforge.sqs_xml.editor.model.IInlinemoduleMixed から継承したメソッド
clone, makeElement, setup, toString
 

メソッドの詳細

makeTextElement

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

定義:
インタフェース IInlinemoduleMixed 内の makeTextElement
パラメータ:
buffer -

makeTextElement

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

定義:
インタフェース IInlinemoduleMixed 内の makeTextElement
パラメータ:
buffer -
例外:
java.io.IOException

makeTextElement

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

定義:
インタフェース IInlinemoduleMixed 内の makeTextElement
パラメータ:
buffer -

makeTextAttribute

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

定義:
インタフェース IInlinemoduleMixed 内の makeTextAttribute
パラメータ:
buffer -

makeTextAttribute

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

定義:
インタフェース IInlinemoduleMixed 内の makeTextAttribute
パラメータ:
buffer -
例外:
java.io.IOException

makeTextAttribute

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

定義:
インタフェース IInlinemoduleMixed 内の makeTextAttribute
パラメータ:
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(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