Class AttributeAxisIterator

    • Constructor Detail

      • AttributeAxisIterator

        public AttributeAxisIterator​(Node contextNode)
        Deprecated.
        Creates a new iterator that enumerates the attributes of the given node. Note: if you want to access the attributes of a node, don't use this directly, use instead the overridable Node.getXPathAttributesIterator().
    • Method Detail

      • isAttributeAccessor

        protected boolean isAttributeAccessor​(Method method)
        Deprecated.
        Returns whether the given method is an attribute accessor, in which case a corresponding Attribute will be added to the iterator.
        Parameters:
        method - The method to test