Package | Description |
---|---|
org.apache.ws.commons.schema | |
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 |
---|---|
XmlSchemaCollection |
XmlSchema.getParent()
Return the parent XmlSchemaCollection.
|
Constructor and Description |
---|
XmlSchema(String namespace,
String systemId,
XmlSchemaCollection parent)
Create a new schema with a target namespace and system ID, and record it as a member of a schema
collection.
|
XmlSchema(String namespace,
XmlSchemaCollection parent)
Create a new schema in a collection with a target namespace.
|
Constructor and Description |
---|
DomBuilderFromSax(XmlSchemaCollection xmlSchemaCollection)
Creates a new
DocumentBuilderFromSax . |
Constructor and Description |
---|
XmlSchemaWalker(XmlSchemaCollection xmlSchemas)
Initializes the
XmlSchemaWalker with the
XmlSchemaCollection to reference when following an
XmlSchemaElement . |
XmlSchemaWalker(XmlSchemaCollection xmlSchemas,
XmlSchemaVisitor visitor)
Initializes the
XmlSchemaWalker with an
XmlSchemaVisitor to notify as the schema is walked. |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.