Package | Description |
---|---|
org.apache.ws.commons.schema | |
org.apache.ws.commons.schema.docpath |
Building an XML Document's Conforming Path
|
org.apache.ws.commons.schema.walker |
Walking XML Schemas
|
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–2018 The Apache Software Foundation. All rights reserved.