Uses of Class
org.apache.ws.commons.schema.XmlSchemaAll
Packages that use XmlSchemaAll
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 XmlSchemaAll in org.apache.ws.commons.schema
Methods in org.apache.ws.commons.schema that return XmlSchemaAllMethods in org.apache.ws.commons.schema with parameters of type XmlSchemaAllModifier and TypeMethodDescription(package private) ElementXmlSchemaSerializer.serializeAll(Document doc, XmlSchemaAll allObj, XmlSchema schema) Serialize an 'all' item. -
Uses of XmlSchemaAll in org.apache.ws.commons.schema.docpath
Methods in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaAllModifier and TypeMethodDescriptionvoidXmlSchemaStateMachineGenerator.onEnterAllGroup(XmlSchemaAll all) voidXmlSchemaStateMachineGenerator.onExitAllGroup(XmlSchemaAll all) -
Uses of XmlSchemaAll in org.apache.ws.commons.schema.walker
Methods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaAllModifier and TypeMethodDescriptionvoidXmlSchemaVisitor.onEnterAllGroup(XmlSchemaAll all) Called when an all group is entered.voidXmlSchemaVisitor.onExitAllGroup(XmlSchemaAll all) Called when an all group is exited.