Package org.jibx.schema.elements
Class SchemaPath.PathStep
- java.lang.Object
-
- org.jibx.schema.elements.SchemaPath.StepBase
-
- org.jibx.schema.elements.SchemaPath.PathStep
-
- Enclosing class:
- SchemaPath
public static class SchemaPath.PathStep extends SchemaPath.StepBase
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisRepeating()booleanmatch(OpenAttrBase elem)intposition()
-
-
-
Method Detail
-
isRepeating
public boolean isRepeating()
- Specified by:
isRepeatingin classSchemaPath.StepBase
-
match
public boolean match(OpenAttrBase elem)
- Specified by:
matchin classSchemaPath.StepBase
-
position
public int position()
- Specified by:
positionin classSchemaPath.StepBase
-
-