Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for attributeIterator (0.05 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/project/harness/Xpp3DomNodePointer.java

        public NodeIterator childIterator(NodeTest test, boolean reverse, NodePointer startWith) {
            return new Xpp3DomNodeIterator(this, test, reverse, startWith);
        }
    
        @Override
        public NodeIterator attributeIterator(QName qname) {
            return new Xpp3DomAttributeIterator(this, qname);
        }
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Mar 25 09:45:07 UTC 2025
    - 3.3K bytes
    - Viewed (0)
Back to top