Class XPath

    • Field Detail

      • isAnyDescendant

        public boolean isAnyDescendant
        this field is true if the XPath starts with '//' operator.
      • steps

        public NameClass[] steps
        each name class represents each step.
      • attributeStep

        public NameClass attributeStep
        optional attribute step that can only appear as the last child. Null if not present.
    • Constructor Detail

      • XPath

        public XPath()