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
Constructor Summary |
protected |
SchemaPath.PathStep(java.lang.String elemname,
int position,
java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_elementName
private final java.lang.String m_elementName
m_position
private final int m_position
m_name
private final java.lang.String m_name
SchemaPath.PathStep
protected SchemaPath.PathStep(java.lang.String elemname,
int position,
java.lang.String name)
isRepeating
public boolean isRepeating()
- Specified by:
isRepeating
in class SchemaPath.StepBase
match
public boolean match(OpenAttrBase elem)
- Specified by:
match
in class SchemaPath.StepBase
position
public int position()
- Specified by:
position
in class SchemaPath.StepBase