org.jibx.schema.elements
Class SchemaPath.PathStep

java.lang.Object
  extended by org.jibx.schema.elements.SchemaPath.StepBase
      extended by org.jibx.schema.elements.SchemaPath.PathStep
Enclosing class:
SchemaPath

public static class SchemaPath.PathStep
extends SchemaPath.StepBase


Constructor Summary
protected SchemaPath.PathStep(String elemname, int position, String name)
           
 
Method Summary
 boolean isRepeating()
           
 boolean match(OpenAttrBase elem)
           
 int position()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaPath.PathStep

protected SchemaPath.PathStep(String elemname,
                              int position,
                              String name)
Method Detail

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


Copyright © 2005-2012 jibx.org. All Rights Reserved.