Interface AttributeNode
-
@Deprecated public interface AttributeNode
Deprecated.SeeNode.getXPathAttributesIterator()
. Will be removed in 7.0.0This interface can be used by an AST node to indicate it can directly provide access to it's attributes, versus having them be determined via introspection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Iterator<Attribute>
getAttributeIterator()
Deprecated.
-