Uses of Class
org.apache.ws.commons.schema.docpath.XmlSchemaPathNode.Direction

Packages that use XmlSchemaPathNode.Direction
org.apache.ws.commons.schema.docpath Building an XML Document's Conforming Path 
 

Uses of XmlSchemaPathNode.Direction in org.apache.ws.commons.schema.docpath
 

Methods in org.apache.ws.commons.schema.docpath that return XmlSchemaPathNode.Direction
 XmlSchemaPathNode.Direction XmlSchemaPathNode.getDirection()
          The direction this path travels.
static XmlSchemaPathNode.Direction XmlSchemaPathNode.Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlSchemaPathNode.Direction[] XmlSchemaPathNode.Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.