Uses of Class
org.apache.ws.commons.schema.XmlSchemaSequence
Packages that use XmlSchemaSequence
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 XmlSchemaSequence in org.apache.ws.commons.schema
Methods in org.apache.ws.commons.schema that return XmlSchemaSequenceModifier and TypeMethodDescriptionprivate XmlSchemaSequenceSchemaBuilder.handleSequence(XmlSchema schema, Element sequenceEl, Element schemaEl) Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaSequenceModifier and TypeMethodDescription(package private) ElementXmlSchemaSerializer.serializeSequence(Document doc, XmlSchemaSequence sequenceObj, XmlSchema schema) ********************************************************************* Element serializeSequence(Document doc, XmlSchemaSequence sequenceObj, XmlSchema schema)throws XmlSchemaSerializerException{ -
Uses of XmlSchemaSequence in org.apache.ws.commons.schema.docpath
Methods in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaSequenceModifier and TypeMethodDescriptionvoidXmlSchemaStateMachineGenerator.onEnterSequenceGroup(XmlSchemaSequence seq) voidXmlSchemaStateMachineGenerator.onExitSequenceGroup(XmlSchemaSequence seq) -
Uses of XmlSchemaSequence in org.apache.ws.commons.schema.walker
Methods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaSequenceModifier and TypeMethodDescriptionvoidXmlSchemaVisitor.onEnterSequenceGroup(XmlSchemaSequence seq) Called when a sequence is entered.voidXmlSchemaVisitor.onExitSequenceGroup(XmlSchemaSequence seq) Called when a sequence is exited.