- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for Xpp3DomAttributeIterator (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-core/src/test/java/org/apache/maven/project/harness/Xpp3DomAttributeIterator.java
* */ class Xpp3DomAttributeIterator implements NodeIterator { private NodePointer parent; private XmlNode node; private List<Map.Entry<String, String>> attributes; private Map.Entry<String, String> attribute; private int position; Xpp3DomAttributeIterator(NodePointer parent, QName qname) { this.parent = parent;Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 2.3K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/project/harness/Xpp3DomNodePointer.java
return new Xpp3DomNodeIterator(this, test, reverse, startWith); } @Override public NodeIterator attributeIterator(QName qname) { return new Xpp3DomAttributeIterator(this, qname); }
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Mar 25 09:45:07 GMT 2025 - 3.3K bytes - Click Count (0)