|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.c14n.omwrapper.NodeImpl
org.apache.axiom.c14n.omwrapper.TextImpl
public class TextImpl
Field Summary |
---|
Fields inherited from class org.apache.axiom.c14n.omwrapper.NodeImpl |
---|
fac, next, node, prev |
Fields inherited from interface org.apache.axiom.c14n.omwrapper.interfaces.Node |
---|
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Constructor Summary | |
---|---|
TextImpl(OMText txt,
WrapperFactory fac)
|
Method Summary | |
---|---|
short |
getNodeType()
|
java.lang.String |
getNodeValue()
|
char[] |
getText()
|
Methods inherited from class org.apache.axiom.c14n.omwrapper.NodeImpl |
---|
getChildNodes, getFirstChild, getNamespaceURI, getNextSibling, getNodeName, getParentNode, getPrefix, getPreviousSibling |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.axiom.c14n.omwrapper.interfaces.Node |
---|
getChildNodes, getFirstChild, getNamespaceURI, getNextSibling, getNodeName, getParentNode, getPrefix, getPreviousSibling |
Constructor Detail |
---|
public TextImpl(OMText txt, WrapperFactory fac)
Method Detail |
---|
public char[] getText()
getText
in interface Text
public java.lang.String getNodeValue()
getNodeValue
in interface Node
getNodeValue
in class NodeImpl
public short getNodeType()
getNodeType
in interface Node
getNodeType
in class NodeImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |