Uses of Class
org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineNode

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

Uses of XmlSchemaStateMachineNode in org.apache.ws.commons.schema.docpath
 

Methods in org.apache.ws.commons.schema.docpath that return XmlSchemaStateMachineNode
 XmlSchemaStateMachineNode XmlSchemaStateMachineGenerator.getStartNode()
          Retrieves the start node of the state machine representing the most-recently walked XmlSchema.
 XmlSchemaStateMachineNode XmlSchemaPathNode.getStateMachineNode()
          Retrieves the XmlSchemaStateMachineNode representing the XML Schema that this XmlSchemaPathNode is visiting.
 XmlSchemaStateMachineNode XmlSchemaDocumentNode.getStateMachineNode()
          Returns the XmlSchemaStateMachineNode representing the place in the XML Schema that this XmlSchemaDocumentNode represents.
 

Methods in org.apache.ws.commons.schema.docpath that return types with arguments of type XmlSchemaStateMachineNode
 List<XmlSchemaStateMachineNode> XmlSchemaStateMachineNode.getPossibleNextStates()
          All of the known possible states that could follow this one.
 Map<QName,XmlSchemaStateMachineNode> XmlSchemaStateMachineGenerator.getStateMachineNodesByQName()
          Retrieves the XmlSchemaStateMachineNodes representing each XmlSchemaElement in the walked XmlSchema.
 Map<QName,XmlSchemaStateMachineNode> DomBuilderFromSax.getStateMachinesByQName()
          Retrieves the QName -> XmlSchemaStateMachineNode mapping defined by the call to DomBuilderFromSax.setStateMachinesByQName(Map).
 

Method parameters in org.apache.ws.commons.schema.docpath with type arguments of type XmlSchemaStateMachineNode
 void DomBuilderFromSax.setStateMachinesByQName(Map<QName,XmlSchemaStateMachineNode> statesByQName)
          Sets the mapping of QNames to XmlSchemaStateMachineNodes.
 

Constructors in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaStateMachineNode
XmlSchemaPathFinder(XmlSchemaStateMachineNode root)
          Creates a new XmlToAvroPathCreator with the root XmlSchemaStateMachineNode to start from when evaluating documents.
 



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