Class DocumentNavigator

  • All Implemented Interfaces:
    java.io.Serializable, org.jaxen.Navigator

    @Deprecated
    @InternalApi
    public class DocumentNavigator
    extends org.jaxen.DefaultNavigator
    Deprecated.
    Author:
    daniels
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DocumentNavigator()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Iterator<Attribute> getAttributeAxisIterator​(java.lang.Object arg0)
      Deprecated.
       
      java.lang.String getAttributeName​(java.lang.Object arg0)
      Deprecated.
       
      java.lang.String getAttributeNamespaceUri​(java.lang.Object arg0)
      Deprecated.
       
      java.lang.String getAttributeQName​(java.lang.Object arg0)
      Deprecated.
       
      java.lang.String getAttributeStringValue​(java.lang.Object arg0)
      Deprecated.
       
      java.util.Iterator<Node> getChildAxisIterator​(java.lang.Object contextNode)
      Deprecated.
      Get an iterator over all of this node's children.
      java.lang.String getCommentStringValue​(java.lang.Object arg0)
      Deprecated.
       
      java.lang.Object getDocumentNode​(java.lang.Object contextNode)
      Deprecated.
       
      java.lang.String getElementName​(java.lang.Object node)
      Deprecated.
       
      java.lang.String getElementNamespaceUri​(java.lang.Object arg0)
      Deprecated.
       
      java.lang.String getElementQName​(java.lang.Object arg0)
      Deprecated.
       
      java.lang.String getElementStringValue​(java.lang.Object arg0)
      Deprecated.
       
      java.util.Iterator<Node> getFollowingAxisIterator​(java.lang.Object contextNode)
      Deprecated.
      Get an iterator over all following nodes, depth-first.
      java.util.Iterator<Node> getFollowingSiblingAxisIterator​(java.lang.Object contextNode)
      Deprecated.
      Get an iterator over all following siblings.
      java.lang.String getNamespacePrefix​(java.lang.Object arg0)
      Deprecated.
       
      java.lang.String getNamespaceStringValue​(java.lang.Object arg0)
      Deprecated.
       
      java.util.Iterator<Node> getParentAxisIterator​(java.lang.Object contextNode)
      Deprecated.
      Get a (single-member) iterator over this node's parent.
      java.lang.Object getParentNode​(java.lang.Object arg0)
      Deprecated.
       
      java.util.Iterator<Node> getPrecedingAxisIterator​(java.lang.Object contextNode)
      Deprecated.
      Get an iterator over all preceding nodes, depth-first.
      java.util.Iterator<Node> getPrecedingSiblingAxisIterator​(java.lang.Object contextNode)
      Deprecated.
      Get an iterator over all preceding siblings.
      java.lang.String getTextStringValue​(java.lang.Object arg0)
      Deprecated.
       
      boolean isAttribute​(java.lang.Object arg0)
      Deprecated.
       
      boolean isComment​(java.lang.Object arg0)
      Deprecated.
       
      boolean isDocument​(java.lang.Object arg0)
      Deprecated.
       
      boolean isElement​(java.lang.Object arg0)
      Deprecated.
       
      boolean isNamespace​(java.lang.Object arg0)
      Deprecated.
       
      boolean isProcessingInstruction​(java.lang.Object arg0)
      Deprecated.
       
      boolean isText​(java.lang.Object arg0)
      Deprecated.
       
      org.jaxen.XPath parseXPath​(java.lang.String arg0)
      Deprecated.
       
      • Methods inherited from class org.jaxen.DefaultNavigator

        getAncestorAxisIterator, getAncestorOrSelfAxisIterator, getDescendantAxisIterator, getDescendantOrSelfAxisIterator, getDocument, getElementById, getNamespaceAxisIterator, getNodeType, getProcessingInstructionData, getProcessingInstructionTarget, getSelfAxisIterator, translateNamespacePrefixToUri
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DocumentNavigator

        public DocumentNavigator()
        Deprecated.
    • Method Detail

      • getAttributeName

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public java.util.Iterator<Node> getChildAxisIterator​(java.lang.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 java.util.Iterator<Node> getParentAxisIterator​(java.lang.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 java.util.Iterator<Node> getFollowingSiblingAxisIterator​(java.lang.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 java.util.Iterator<Node> getPrecedingSiblingAxisIterator​(java.lang.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 java.util.Iterator<Node> getFollowingAxisIterator​(java.lang.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 java.util.Iterator<Node> getPrecedingAxisIterator​(java.lang.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 java.lang.Object getDocumentNode​(java.lang.Object contextNode)
        Deprecated.
        Specified by:
        getDocumentNode in interface org.jaxen.Navigator
        Overrides:
        getDocumentNode in class org.jaxen.DefaultNavigator