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

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

public interface IInlinemoduleMixed
extends IRNode

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

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

メソッドの概要
 java.lang.Object clone()
           
 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.
 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.
 void setup(RStack stack)
           
 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(RStack stack)
パラメータ:
stack -

toString

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

clone

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