Package org.jibx.schema.elements
Class SchemaPath.StepBase
- java.lang.Object
-
- org.jibx.schema.elements.SchemaPath.StepBase
-
- Direct Known Subclasses:
SchemaPath.PathStep
- Enclosing class:
- SchemaPath
public abstract static class SchemaPath.StepBase extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StepBase()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract boolean
isRepeating()
abstract boolean
match(OpenAttrBase elem)
abstract int
position()
-
-
-
Method Detail
-
match
public abstract boolean match(OpenAttrBase elem)
-
isRepeating
public abstract boolean isRepeating()
-
position
public abstract int position()
-
-