Class DocumentNavigator

    • Constructor Detail

      • DocumentNavigator

        public DocumentNavigator()
        Deprecated.
    • Method Detail

      • getAttributeName

        public String getAttributeName​(Object arg0)
        Deprecated.
      • getAttributeNamespaceUri

        public String getAttributeNamespaceUri​(Object arg0)
        Deprecated.
      • getAttributeQName

        public String getAttributeQName​(Object arg0)
        Deprecated.
      • getAttributeStringValue

        public String getAttributeStringValue​(Object arg0)
        Deprecated.
      • getCommentStringValue

        public String getCommentStringValue​(Object arg0)
        Deprecated.
      • getElementName

        public String getElementName​(Object node)
        Deprecated.
      • getElementNamespaceUri

        public String getElementNamespaceUri​(Object arg0)
        Deprecated.
      • getElementQName

        public String getElementQName​(Object arg0)
        Deprecated.
      • getElementStringValue

        public String getElementStringValue​(Object arg0)
        Deprecated.
      • getNamespacePrefix

        public String getNamespacePrefix​(Object arg0)
        Deprecated.
      • getNamespaceStringValue

        public String getNamespaceStringValue​(Object arg0)
        Deprecated.
      • getTextStringValue

        public String getTextStringValue​(Object arg0)
        Deprecated.
      • isAttribute

        public boolean isAttribute​(Object arg0)
        Deprecated.
      • isComment

        public boolean isComment​(Object arg0)
        Deprecated.
      • isDocument

        public boolean isDocument​(Object arg0)
        Deprecated.
      • isElement

        public boolean isElement​(Object arg0)
        Deprecated.
      • isNamespace

        public boolean isNamespace​(Object arg0)
        Deprecated.
      • isProcessingInstruction

        public boolean isProcessingInstruction​(Object arg0)
        Deprecated.
      • isText

        public boolean isText​(Object arg0)
        Deprecated.
      • parseXPath

        public org.jaxen.XPath parseXPath​(String arg0)
        Deprecated.
      • getParentNode

        public Object getParentNode​(Object arg0)
        Deprecated.
        Specified by:
        getParentNode in interface org.jaxen.Navigator
        Overrides:
        getParentNode in class org.jaxen.DefaultNavigator
      • getAttributeAxisIterator

        public Iterator<Attribute> getAttributeAxisIterator​(Object arg0)
        Deprecated.
        Specified by:
        getAttributeAxisIterator in interface org.jaxen.Navigator
        Overrides:
        getAttributeAxisIterator in class org.jaxen.DefaultNavigator
      • getChildAxisIterator

        public Iterator<Node> getChildAxisIterator​(Object contextNode)
        Deprecated.
        Get an iterator over all of this node's children.
        Specified by:
        getChildAxisIterator in interface org.jaxen.Navigator
        Overrides:
        getChildAxisIterator in class org.jaxen.DefaultNavigator
        Parameters:
        contextNode - The context node for the child axis.
        Returns:
        A possibly-empty iterator (not null).
      • getParentAxisIterator

        public Iterator<Node> getParentAxisIterator​(Object contextNode)
        Deprecated.
        Get a (single-member) iterator over this node's parent.
        Specified by:
        getParentAxisIterator in interface org.jaxen.Navigator
        Overrides:
        getParentAxisIterator in class org.jaxen.DefaultNavigator
        Parameters:
        contextNode - the context node for the parent axis.
        Returns:
        A possibly-empty iterator (not null).
      • getFollowingSiblingAxisIterator

        public Iterator<Node> getFollowingSiblingAxisIterator​(Object contextNode)
        Deprecated.
        Get an iterator over all following siblings.
        Specified by:
        getFollowingSiblingAxisIterator in interface org.jaxen.Navigator
        Overrides:
        getFollowingSiblingAxisIterator in class org.jaxen.DefaultNavigator
        Parameters:
        contextNode - the context node for the sibling iterator.
        Returns:
        A possibly-empty iterator (not null).
      • getPrecedingSiblingAxisIterator

        public Iterator<Node> getPrecedingSiblingAxisIterator​(Object contextNode)
        Deprecated.
        Get an iterator over all preceding siblings.
        Specified by:
        getPrecedingSiblingAxisIterator in interface org.jaxen.Navigator
        Overrides:
        getPrecedingSiblingAxisIterator in class org.jaxen.DefaultNavigator
        Parameters:
        contextNode - The context node for the preceding sibling axis.
        Returns:
        A possibly-empty iterator (not null).
      • getFollowingAxisIterator

        public Iterator<Node> getFollowingAxisIterator​(Object contextNode)
        Deprecated.
        Get an iterator over all following nodes, depth-first.
        Specified by:
        getFollowingAxisIterator in interface org.jaxen.Navigator
        Overrides:
        getFollowingAxisIterator in class org.jaxen.DefaultNavigator
        Parameters:
        contextNode - The context node for the following axis.
        Returns:
        A possibly-empty iterator (not null).
      • getPrecedingAxisIterator

        public Iterator<Node> getPrecedingAxisIterator​(Object contextNode)
        Deprecated.
        Get an iterator over all preceding nodes, depth-first.
        Specified by:
        getPrecedingAxisIterator in interface org.jaxen.Navigator
        Overrides:
        getPrecedingAxisIterator in class org.jaxen.DefaultNavigator
        Parameters:
        contextNode - The context node for the preceding axis.
        Returns:
        A possibly-empty iterator (not null).
      • getDocumentNode

        public Object getDocumentNode​(Object contextNode)
        Deprecated.
        Specified by:
        getDocumentNode in interface org.jaxen.Navigator
        Overrides:
        getDocumentNode in class org.jaxen.DefaultNavigator