- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setPosition (0.24 sec)
-
impl/maven-core/src/test/java/org/apache/maven/project/harness/Xpp3DomAttributeIterator.java
public NodePointer getNodePointer() { if (position == 0) { setPosition(1); } return (attribute == null) ? null : new Xpp3DomAttributePointer(parent, attribute); } @Override public int getPosition() { return position; } @Override public boolean setPosition(int position) { this.position = position;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 2.3K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/harness/Xpp3DomNodeIterator.java
@Override public NodePointer getNodePointer() { if (position == 0) { setPosition(1); } return (child == null) ? null : new Xpp3DomNodePointer(parent, child); } @Override public int getPosition() { return position; } @Override public boolean setPosition(int position) { this.position = position; filterChildren(position);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 4.4K bytes - Viewed (0)