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.String
m_elementName
private java.lang.String
m_name
private int
m_position
-
Constructor Summary
Constructors Modifier Constructor Description protected
PathStep(java.lang.String elemname, int position, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isRepeating()
boolean
match(OpenAttrBase elem)
int
position()
-
-
-
Method Detail
-
isRepeating
public boolean isRepeating()
- Specified by:
isRepeating
in classSchemaPath.StepBase
-
match
public boolean match(OpenAttrBase elem)
- Specified by:
match
in classSchemaPath.StepBase
-
position
public int position()
- Specified by:
position
in classSchemaPath.StepBase
-
-