org.apache.axiom.c14n.omwrapper
Class TextImpl
java.lang.Object
org.apache.axiom.c14n.omwrapper.NodeImpl
org.apache.axiom.c14n.omwrapper.TextImpl
- All Implemented Interfaces:
- Node, Text
public class TextImpl
- extends NodeImpl
- implements Text
- Author:
- Saliya Ekanayake (esaliya@gmail.com)
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextImpl
public TextImpl(OMText txt,
WrapperFactory fac)
getText
public char[] getText()
- Specified by:
getText
in interface Text
getNodeValue
public String getNodeValue()
- Specified by:
getNodeValue
in interface Node
- Overrides:
getNodeValue
in class NodeImpl
getNodeType
public short getNodeType()
- Specified by:
getNodeType
in interface Node
- Overrides:
getNodeType
in class NodeImpl
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.