Package | Description |
---|---|
org.apache.ws.commons.schema | |
org.apache.ws.commons.schema.utils |
Modifier and Type | Method and Description |
---|---|
XmlSchema |
XmlSchemaExternal.getSchema() |
XmlSchema[] |
XmlSchemaCollection.getXmlSchema(String systemId)
Retrieve a set containing the XmlSchema instances with the given system ID.
|
XmlSchema[] |
XmlSchemaCollection.getXmlSchemas()
Returns an array of all the XmlSchemas in this collection.
|
XmlSchema |
XmlSchemaCollection.read(org.w3c.dom.Document doc,
String systemId,
ValidationEventHandler veh)
Read an XML Schema from a complete XSD XML DOM Document into this collection.
|
XmlSchema |
XmlSchemaCollection.read(org.w3c.dom.Document doc,
String systemId,
ValidationEventHandler veh,
TargetNamespaceValidator validator)
Read an XML Schema from a complete XSD XML DOM Document into this collection.
|
XmlSchema |
XmlSchemaCollection.read(org.w3c.dom.Document doc,
ValidationEventHandler veh)
Read an XML schema into the collection from a DOM document.
|
XmlSchema |
XmlSchemaCollection.read(org.w3c.dom.Element elem)
Read an XML Schema into the collection from a DOM element.
|
XmlSchema |
XmlSchemaCollection.read(org.w3c.dom.Element elem,
String systemId)
Read a schema from a DOM tree into the collection.
|
XmlSchema |
XmlSchemaCollection.read(org.xml.sax.InputSource inputSource,
ValidationEventHandler veh)
Read an XML schema into the collection from a SAX InputSource.
|
XmlSchema |
XmlSchemaCollection.read(Reader r,
ValidationEventHandler veh) |
XmlSchema |
XmlSchemaCollection.read(javax.xml.transform.Source source,
ValidationEventHandler veh)
Read an XML schema into the collection from a TRaX source.
|
XmlSchema |
XmlSchemaCollection.schemaForNamespace(String uri)
Return the schema from this collection for a particular targetNamespace.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Document[] |
XmlSchemaSerializer.serializeSchema(XmlSchema schemaObj,
boolean serializeIncluded)
Serialize an entire schema, returning an array of DOM Documents, one per XSL file.
|
void |
XmlSchemaExternal.setSchema(XmlSchema schema) |
Constructor and Description |
---|
XmlSchemaComplexType(XmlSchema schema)
Creates new XmlSchemaComplexType
|
XmlSchemaSimpleType(XmlSchema schema)
Creates new XmlSchemaSimpleType
|
XmlSchemaType(XmlSchema schema)
Creates new XmlSchemaType
|
Modifier and Type | Method and Description |
---|---|
void |
TargetNamespaceValidator.validate(XmlSchema pSchema)
Called for validating the given schemas target namespace.
|
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.