Package xmlparser.model
Class XmlElement.XmlElementBuilder
java.lang.Object
xmlparser.model.XmlElement.XmlElementBuilder
- Enclosing class:
- XmlElement
public static class XmlElement.XmlElementBuilder
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description XmlElementBuilder(java.lang.String name) -
Method Summary
Modifier and Type Method Description XmlElement.XmlElementBuilderattribute(java.lang.String name, java.lang.String value)XmlElementbuild()XmlElement.XmlElementBuilderchild(XmlElement child)XmlElement.XmlElementBuilderchild(XmlElement.XmlElementBuilder builder)XmlElement.XmlElementBuildertext(java.lang.String text)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
XmlElementBuilder
public XmlElementBuilder(java.lang.String name)
-
-
Method Details
-
attribute
-
text
-
child
-
child
-
build
-