Package com.topologi.diffx.xml
Class XMLWriterImpl.Element
java.lang.Object
com.topologi.diffx.xml.XMLWriterImpl.Element
- Enclosing class:
- XMLWriterImpl
A light object to keep track of the element.
This object does not support namespaces.
- Version:
- 7 March 2005
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanIndicates whether the element has children.private final StringThe fully qualified name of the element. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The fully qualified name of the element. -
hasChildren
private final boolean hasChildrenIndicates whether the element has children.
-
-
Constructor Details
-
Element
Creates a new Element.- Parameters:
name- The qualified name of the element.hasChildren- Whether the element has children.
-