Uses of Class
org.apache.ws.commons.schema.XmlSchemaAny

Packages that use XmlSchemaAny
org.apache.ws.commons.schema.docpath Building an XML Document's Conforming Path 
org.apache.ws.commons.schema.walker Walking XML Schemas 
 

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

Methods in org.apache.ws.commons.schema.docpath that return XmlSchemaAny
 XmlSchemaAny XmlSchemaStateMachineNode.getAny()
          Returns the XmlSchemaAny associated with this node, or null
 

Methods in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaAny
 void XmlSchemaStateMachineGenerator.onVisitAny(XmlSchemaAny any)
           
 

Uses of XmlSchemaAny in org.apache.ws.commons.schema.walker
 

Methods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaAny
 void XmlSchemaVisitor.onVisitAny(XmlSchemaAny any)
          Called when a wildcard element is entered.
 



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