Package | Description |
---|---|
org.apache.ws.commons.schema |
Modifier and Type | Method and Description |
---|---|
void |
XmlSchema.compile(ValidationEventHandler eh) |
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.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.
|
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.