Class Traverse

  • All Implemented Interfaces:
    Peer

    public final class Traverse
    extends ProtoableNode
    This class implements the functionality behind the XFA element.
    • Constructor Detail

      • Traverse

        public Traverse​(Element parent,
                        Node prevSibling)
    • Method Detail

      • getPrivateName

        public java.lang.String getPrivateName()
        Description copied from class: Node
        used for determining uniqueness when resolving protos
        Overrides:
        getPrivateName in class Node
      • getName

        public java.lang.String getName()
        Description copied from class: Element
        Gets this element's name.

        The name of an element is the value of its name attribute, or the element name if there is no name attribute.

        Overrides:
        getName in class Element
        Returns:
        the name of the element.
      • setPrivateName

        public void setPrivateName​(java.lang.String sNewName)
        Description copied from class: Node
        used when resolving protos
        Overrides:
        setPrivateName in class Node
      • setName

        public void setName​(java.lang.String sNewName)
        Description copied from class: Element
        Sets this element's name attribute.
        Overrides:
        setName in class Element
        Parameters:
        sNewName - the name attribute value.