|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlSchemaCollection | |
|---|---|
| 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 |
| Uses of XmlSchemaCollection in org.apache.ws.commons.schema |
|---|
| Methods in org.apache.ws.commons.schema that return XmlSchemaCollection | |
|---|---|
XmlSchemaCollection |
XmlSchema.getParent()
Return the parent XmlSchemaCollection. |
| Constructors in org.apache.ws.commons.schema with parameters of type XmlSchemaCollection | |
|---|---|
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. |
|
| Uses of XmlSchemaCollection in org.apache.ws.commons.schema.docpath |
|---|
| Constructors in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaCollection | |
|---|---|
DomBuilderFromSax(XmlSchemaCollection xmlSchemaCollection)
Creates a new DocumentBuilderFromSax. |
|
| Uses of XmlSchemaCollection in org.apache.ws.commons.schema.walker |
|---|
| Constructors in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaCollection | |
|---|---|
XmlSchemaWalker(XmlSchemaCollection xmlSchemas)
Initializes the XmlSchemaWalker with the
XmlScheamCollection to reference when following an
XmlSchemaElement. |
|
XmlSchemaWalker(XmlSchemaCollection xmlSchemas,
XmlSchemaVisitor visitor)
Initializes the XmlSchemaWalker with an
XmlSchemaVisitor to notify as the schema is walked. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||