|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.sourceforge.sqs_xml.editor.model.Blockmodule
Blockmodule is generated from sqs.rng by Relaxer. This class is derived from:
<define name="blockmodule">
<choice>
<ref name="section"/>
<ref name="p"/>
</choice>
</define>
| コンストラクタの概要 | |
Blockmodule()
Creates a Blockmodule. |
|
Blockmodule(Blockmodule source)
Creates a Blockmodule. |
|
Blockmodule(RStack stack)
Creates a Blockmodule by the Stack stack
that contains Elements.
|
|
| メソッドの概要 | |
java.lang.Object |
clone()
|
IBlockmoduleChoice |
getContent()
Gets the IBlockmoduleChoice property content. |
static boolean |
isMatch(RStack stack)
Tests if elements contained in a Stack stack
is valid for the Blockmodule.
|
static boolean |
isMatchHungry(RStack stack)
Tests if elements contained in a Stack stack
is valid for the Blockmodule.
|
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()
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. |
IRNode |
rGetParentRNode()
Gets the IRNode property parentRNode. |
IRNode[] |
rGetRNodes()
Gets child RNodes. |
RNSContext |
rGetRNSContext()
Gets the RNSContext property RNSContext. |
void |
rSetParentRNode(IRNode parentRNode)
Sets the IRNode property parentRNode. |
void |
rSetRNSContext(RNSContext rNSContext)
Sets the RNSContext property RNSContext. |
void |
setContent(IBlockmoduleChoice content)
Sets the IBlockmoduleChoice property content. |
void |
setup(Blockmodule source)
Initializes the Blockmodule by the Blockmodule source. |
void |
setup(RStack stack)
Initializes the Blockmodule by the Stack stack
that contains Elements.
|
java.lang.String |
toString()
Returns a String representation of this object. |
| クラス java.lang.Object から継承したメソッド |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
public Blockmodule()
Blockmodule.
public Blockmodule(Blockmodule source)
Blockmodule.
source - public Blockmodule(RStack stack)
Blockmodule by the Stack stack
that contains Elements.
This constructor is supposed to be used internally
by the Relaxer system.
stack - | メソッドの詳細 |
public void setup(Blockmodule source)
Blockmodule by the Blockmodule source.
source - public void setup(RStack stack)
Blockmodule by the Stack stack
that contains Elements.
This constructor is supposed to be used internally
by the Relaxer system.
stack - public java.lang.Object clone()
public void makeElement(org.w3c.dom.Node parent)
parent.
parent - public RNSContext rGetRNSContext()
IRNSContainer 内の rGetRNSContextpublic void rSetRNSContext(RNSContext rNSContext)
rNSContext - public IBlockmoduleChoice getContent()
public void setContent(IBlockmoduleChoice content)
content - public java.lang.String makeTextDocument()
public void makeTextElement(java.lang.StringBuffer buffer)
buffer -
public void makeTextElement(java.io.Writer buffer)
throws java.io.IOException
buffer -
java.io.IOExceptionpublic void makeTextElement(java.io.PrintWriter buffer)
buffer - public void makeTextAttribute(java.lang.StringBuffer buffer)
buffer -
public void makeTextAttribute(java.io.Writer buffer)
throws java.io.IOException
buffer -
java.io.IOExceptionpublic void makeTextAttribute(java.io.PrintWriter buffer)
buffer - public java.lang.String toString()
public IRNode rGetParentRNode()
IRNode 内の rGetParentRNodepublic void rSetParentRNode(IRNode parentRNode)
IRNode 内の rSetParentRNodeparentRNode - public IRNode[] rGetRNodes()
IRNode 内の rGetRNodespublic static boolean isMatch(RStack stack)
stack
is valid for the Blockmodule.
This mehtod is supposed to be used internally
by the Relaxer system.
stack -
public static boolean isMatchHungry(RStack stack)
stack
is valid for the Blockmodule.
This method consumes the stack contents during matching operation.
This mehtod is supposed to be used internally
by the Relaxer system.
stack -
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||