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
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringm_elementNameprivate java.lang.Stringm_nameprivate intm_position
-
Constructor Summary
Constructors Modifier Constructor Description protectedPathStep(java.lang.String elemname, int position, java.lang.String name)
-
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
-
-