|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationEventHandler | |
---|---|
org.apache.ws.commons.schema |
Uses of ValidationEventHandler in org.apache.ws.commons.schema |
---|
Methods in org.apache.ws.commons.schema with parameters of type ValidationEventHandler | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |