public static final class BasicPath.ChildNumber extends Object
BasicPath.childNumber(Integer) .
Example:
childNumber(5).ofType(div);
| Constructor and Description |
|---|
ChildNumber(Integer n)
Does not return any usable Path by itself.
|
public ChildNumber(Integer n)
ChildNumber(5).ofType(div) n - the number of child. Count starts at 1.Copyright © 2019. All rights reserved.