org.jibx.schema.elements
Class SchemaPath.StepBase

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

public abstract static class SchemaPath.StepBase
extends java.lang.Object


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

Constructor Detail

SchemaPath.StepBase

public SchemaPath.StepBase()
Method Detail

match

public abstract boolean match(OpenAttrBase elem)

isRepeating

public abstract boolean isRepeating()

position

public abstract int position()


Project Web Site