|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.sourceforge.sqs_xml.editor.model.RString
RString is a text container class which is used for mixed.
コンストラクタの概要 | |
RString()
Creates a RString . |
|
RString(org.w3c.dom.Node node)
Creates a RString by the DOM node node . |
|
RString(java.lang.Object object)
Creates a RString by the Object object . |
|
RString(RStack stack)
Creates a RString by the Stack stack .
|
|
RString(RString source)
Creates a RString by the Rstring source . |
|
RString(java.lang.String text)
Creates a RString by the String text . |
メソッドの概要 | |
java.lang.Object |
clone()
Clones the String. |
java.lang.Object |
getContent()
Gets the content. |
java.lang.String |
getContentAsString()
Gets the text content as String. |
org.w3c.dom.Node |
getNode()
Gets the DOM node. |
java.lang.Object |
getObject()
Gets the object. |
java.lang.String |
getText()
Gets the text. |
boolean |
isCdata()
Checks whether cdata or not. |
static boolean |
isMatch(RStack stack)
Tests if elements contained in a Stack stack
is valid for the RString .
|
void |
makeElement(org.w3c.dom.Node node)
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. |
IRNode |
rGetParentRNode()
Gets the IRNode property parentRNode. |
IRNode[] |
rGetRNodes()
Gets child RNodes. |
void |
rSetParentRNode(IRNode parentRNode)
Sets the IRNode property parentRNode. |
void |
setCdata(boolean cdata)
Sets wheter cdata or not. |
void |
setContent(java.lang.Object value)
Sets the content. |
void |
setNode(org.w3c.dom.Node node)
Sets the DOM node. |
void |
setObject(java.lang.Object object)
Sets the DOM node. |
void |
setText(java.lang.String text)
Sets the text. |
void |
setup(RStack stack)
Initializes the RString by the Stack stack
that contains Elements.
|
java.lang.String |
toString()
Gets the String. |
クラス java.lang.Object から継承したメソッド |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
public RString()
RString
.
public RString(java.lang.String text)
RString
by the String text
.
text
- public RString(org.w3c.dom.Node node)
RString
by the DOM node node
.
node
- public RString(java.lang.Object object)
RString
by the Object object
.
object
- public RString(RString source)
RString
by the Rstring source
.
source
- public RString(RStack stack)
RString
by the Stack stack
.
This constructor is supposed to be used internallyby the Relaxer system.
stack
- メソッドの詳細 |
public void setup(RStack stack)
RString
by the Stack stack
that contains Elements.
This constructor is supposed to be used internallyby the Relaxer system.
IInlinemoduleMixed
内の setup
stack
- public void makeElement(org.w3c.dom.Node node)
parent
.
IInlinemoduleMixed
内の makeElement
node
- public java.lang.String getText()
public void setText(java.lang.String text)
text
- public org.w3c.dom.Node getNode()
public void setNode(org.w3c.dom.Node node)
node
- public java.lang.Object getObject()
public void setObject(java.lang.Object object)
object
- public java.lang.Object getContent()
public void setContent(java.lang.Object value)
value
- public boolean isCdata()
public void setCdata(boolean cdata)
cdata
- public java.lang.String getContentAsString()
public java.lang.String toString()
IInlinemoduleMixed
内の toString
public java.lang.Object clone()
IInlinemoduleMixed
内の clone
public void makeTextElement(java.lang.StringBuffer buffer)
IInlinemoduleMixed
内の makeTextElement
buffer
- public void makeTextElement(java.io.Writer buffer) throws java.io.IOException
IInlinemoduleMixed
内の makeTextElement
buffer
-
java.io.IOException
public void makeTextElement(java.io.PrintWriter buffer)
IInlinemoduleMixed
内の makeTextElement
buffer
- public void makeTextAttribute(java.lang.StringBuffer buffer)
IInlinemoduleMixed
内の makeTextAttribute
buffer
- public void makeTextAttribute(java.io.Writer buffer) throws java.io.IOException
IInlinemoduleMixed
内の makeTextAttribute
buffer
-
java.io.IOException
public void makeTextAttribute(java.io.PrintWriter buffer)
IInlinemoduleMixed
内の makeTextAttribute
buffer
- public IRNode rGetParentRNode()
IRNode
内の rGetParentRNode
public void rSetParentRNode(IRNode parentRNode)
IRNode
内の rSetParentRNode
parentRNode
- public IRNode[] rGetRNodes()
IRNode
の記述:
IRNode
内の rGetRNodes
public static boolean isMatch(RStack stack)
stack
is valid for the RString
.
This mehtod is supposed to be used internally
by the Relaxer system.
stack
-
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |