edu.uky.rch.ept.xmlSegmentTree.dom
Class XText

java.lang.Object
  extended byorg.dom4j.tree.AbstractNode
      extended byorg.dom4j.tree.AbstractCharacterData
          extended byorg.dom4j.tree.AbstractText
              extended byedu.uky.rch.ept.xmlSegmentTree.dom.XText
All Implemented Interfaces:
org.dom4j.CharacterData, Cloneable, org.dom4j.Node, PositionInterval, Serializable, org.dom4j.Text

public class XText
extends org.dom4j.tree.AbstractText
implements PositionInterval

Author:
neil
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.dom4j.tree.AbstractNode
NODE_TYPE_NAMES
 
Fields inherited from interface org.dom4j.Node
ANY_NODE, ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, MAX_NODE_TYPE, NAMESPACE_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, UNKNOWN_NODE
 
Constructor Summary
XText(Element elt)
           
 
Method Summary
 String asXML()
           
 Position getEndPosition()
           
 Position getStartPosition()
           
 String getText()
           
 
Methods inherited from class org.dom4j.tree.AbstractText
accept, getNodeType, toString, write
 
Methods inherited from class org.dom4j.tree.AbstractCharacterData
appendText, getPath, getUniquePath
 
Methods inherited from class org.dom4j.tree.AbstractNode
asXPathResult, clone, createPattern, createXPath, createXPathFilter, createXPathResult, detach, getDocument, getDocumentFactory, getName, getNodeTypeName, getParent, getPath, getStringValue, getUniquePath, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setDocument, setName, setParent, setText, supportsParent, valueOf
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.dom4j.CharacterData
appendText
 
Methods inherited from interface org.dom4j.Node
asXPathResult, clone, createXPath, detach, getDocument, getName, getNodeTypeName, getParent, getPath, getPath, getStringValue, getUniquePath, getUniquePath, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setDocument, setName, setParent, setText, supportsParent, valueOf
 

Constructor Detail

XText

public XText(Element elt)
Method Detail

getText

public String getText()
Specified by:
getText in interface org.dom4j.Node

asXML

public String asXML()
Specified by:
asXML in interface org.dom4j.Node

getStartPosition

public Position getStartPosition()
Specified by:
getStartPosition in interface PositionInterval

getEndPosition

public Position getEndPosition()
Specified by:
getEndPosition in interface PositionInterval