Class Traverse

All Implemented Interfaces:
Peer

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

    • Traverse

      public Traverse(Element parent, Node prevSibling)
  • Method Details

    • getPrivateName

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

      public 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(String sNewName)
      Description copied from class: Node
      used when resolving protos
      Overrides:
      setPrivateName in class Node
    • setName

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