- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getNodePointer (0.09 seconds)
-
impl/maven-core/src/test/java/org/apache/maven/project/harness/Xpp3DomAttributeIterator.java
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/Xpp3DomNodeIterator.java
} } } this.test = test; if (reverse) { throw new UnsupportedOperationException(); } } @Override public NodePointer getNodePointer() { if (position == 0) { setPosition(1); } return (child == null) ? null : new Xpp3DomNodePointer(parent, child); } @Override public int getPosition() {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 4.4K bytes - Click Count (0)