Uses of Class
org.apache.ws.commons.schema.XmlSchemaAny
Packages that use XmlSchemaAny
Package
Description
This package is dedicated to walking an XML Document using the SAX API,
and building a path through its
XmlSchemaCollection to determine
how the document conforms to its schema.This package simplifies walking over an
XmlSchemaCollection.-
Uses of XmlSchemaAny in org.apache.ws.commons.schema
Methods in org.apache.ws.commons.schema that return XmlSchemaAnyMethods in org.apache.ws.commons.schema with parameters of type XmlSchemaAnyModifier and TypeMethodDescription(package private) ElementXmlSchemaSerializer.serializeAny(Document doc, XmlSchemaAny anyObj, XmlSchema schema) ********************************************************************* Element serializeAny(Document doc, XmlSchemaAny anyObj, XmlSchema schema) -
Uses of XmlSchemaAny in org.apache.ws.commons.schema.docpath
Fields in org.apache.ws.commons.schema.docpath declared as XmlSchemaAnyMethods in org.apache.ws.commons.schema.docpath that return XmlSchemaAnyModifier and TypeMethodDescriptionXmlSchemaStateMachineNode.getAny()Returns theXmlSchemaAnyassociated with this node, ornullif none.Methods in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaAnyModifier and TypeMethodDescriptionvoidXmlSchemaStateMachineGenerator.onVisitAny(XmlSchemaAny any) Constructors in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaAnyModifierConstructorDescription(package private)Constructs aXmlSchemaStateMachineNodefrom theXmlSchemaAny. -
Uses of XmlSchemaAny in org.apache.ws.commons.schema.walker
Methods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaAnyModifier and TypeMethodDescriptionvoidXmlSchemaVisitor.onVisitAny(XmlSchemaAny any) Called when a wildcard element is entered.