Class XMLWriterImpl.Element

java.lang.Object
com.topologi.diffx.xml.XMLWriterImpl.Element
Enclosing class:
XMLWriterImpl

private static final class XMLWriterImpl.Element extends Object
A light object to keep track of the element.

This object does not support namespaces.

Version:
7 March 2005
  • Field Details

    • name

      private final String name
      The fully qualified name of the element.
    • hasChildren

      private final boolean hasChildren
      Indicates whether the element has children.
  • Constructor Details

    • Element

      public Element(String name, boolean hasChildren)
      Creates a new Element.
      Parameters:
      name - The qualified name of the element.
      hasChildren - Whether the element has children.