Package xmlparser.model
Class XmlElement.XmlTextElement
java.lang.Object
xmlparser.model.XmlElement
xmlparser.model.XmlElement.XmlTextElement
- Enclosing class:
- XmlElement
public static class XmlElement.XmlTextElement extends XmlElement
-
Nested Class Summary
Nested classes/interfaces inherited from class xmlparser.model.XmlElement
XmlElement.XmlElementBuilder, XmlElement.XmlTextElement -
Field Summary
Fields Modifier and Type Field Description java.lang.StringtextFields inherited from class xmlparser.model.XmlElement
attributes, children, name, parent -
Constructor Summary
Constructors Constructor Description XmlTextElement(XmlElement parent, java.lang.String text) -
Method Summary
Modifier and Type Method Description java.lang.StringtoString()Methods inherited from class xmlparser.model.XmlElement
appendChild, findChildForName, findChildForName, getElementsByTagName, getText, hasNonTextChildren, newElement, numChildrenWithName, setTextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
text
public final java.lang.String text
-
-
Constructor Details
-
XmlTextElement
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classXmlElement
-