Package | Description |
---|---|
org.apache.ws.commons.schema.docpath |
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. |
org.apache.ws.commons.schema.walker |
This package simplifies walking over an
XmlSchemaCollection . |
Modifier and Type | Method and Description |
---|---|
void |
XmlSchemaStateMachineGenerator.onEnterAllGroup(XmlSchemaAll all) |
void |
XmlSchemaStateMachineGenerator.onExitAllGroup(XmlSchemaAll all) |
Modifier and Type | Method and Description |
---|---|
void |
XmlSchemaVisitor.onEnterAllGroup(XmlSchemaAll all)
Called when an all group is entered.
|
void |
XmlSchemaVisitor.onExitAllGroup(XmlSchemaAll all)
Called when an all group is exited.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.