|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlSchema | |
org.apache.ws.commons.schema | |
org.apache.ws.commons.schema.utils |
Uses of XmlSchema in org.apache.ws.commons.schema |
Methods in org.apache.ws.commons.schema that return XmlSchema | |
XmlSchema |
XmlSchemaExternal.getSchema()
|
XmlSchema |
XmlSchemaCollection.read(java.io.Reader r,
ValidationEventHandler veh)
|
XmlSchema |
XmlSchemaCollection.read(org.xml.sax.InputSource inputSource,
ValidationEventHandler veh)
|
XmlSchema |
XmlSchemaCollection.read(javax.xml.transform.Source source,
ValidationEventHandler veh)
|
XmlSchema |
XmlSchemaCollection.read(org.w3c.dom.Document doc,
ValidationEventHandler veh)
|
XmlSchema |
XmlSchemaCollection.read(org.w3c.dom.Element elem)
|
XmlSchema |
XmlSchemaCollection.read(org.w3c.dom.Document doc,
java.lang.String uri,
ValidationEventHandler veh)
|
XmlSchema |
XmlSchemaCollection.read(org.w3c.dom.Document doc,
java.lang.String uri,
ValidationEventHandler veh,
TargetNamespaceValidator validator)
|
XmlSchema |
XmlSchemaCollection.read(org.w3c.dom.Element elem,
java.lang.String uri)
|
XmlSchema[] |
XmlSchemaCollection.getXmlSchema(java.lang.String systemId)
Retrieve a set of XmlSchema instances with the given its system ID. |
XmlSchema[] |
XmlSchemaCollection.getXmlSchemas()
Returns an array of all the XmlSchemas in this collection. |
Methods in org.apache.ws.commons.schema with parameters of type XmlSchema | |
void |
XmlSchemaExternal.setSchema(XmlSchema schema)
|
org.w3c.dom.Document[] |
XmlSchemaSerializer.serializeSchema(XmlSchema schemaObj,
boolean serializeIncluded)
********************************************************************* Document[] serializeSchema(XmlSchema schemaObj, boolean serializeIncluded) Serialize XmlSchema object pass back the document containing a schema element as its root. |
Constructors in org.apache.ws.commons.schema with parameters of type XmlSchema | |
XmlSchemaComplexType(XmlSchema schema)
Creates new XmlSchemaComplexType |
|
XmlSchemaSimpleType(XmlSchema schema)
Creates new XmlSchemaSimpleType |
|
XmlSchemaType(XmlSchema schema)
Creates new XmlSchemaType |
Uses of XmlSchema in org.apache.ws.commons.schema.utils |
Methods in org.apache.ws.commons.schema.utils with parameters of type XmlSchema | |
void |
TargetNamespaceValidator.validate(XmlSchema pSchema)
Called for validating the given schemas target namespace. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |