|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.util.xml.XMLUtils
public class XMLUtils
Utility methods for XML parsing.
| Method Summary | |
|---|---|
static SAXParser |
createSAXNonValidatingParser()
Creates a simple non validating SAX parser |
static SAXParser |
createSAXValidatingParser(URL schemaURL)
Creates a SAX parser that validates against a schema. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SAXParser createSAXValidatingParser(URL schemaURL)
schemaURL - URL to the XSD file
net.sf.jstring.LocalizableException - If the parser cannot be configuredpublic static SAXParser createSAXNonValidatingParser()
net.sf.jstring.LocalizableException - If the parser cannot be configured
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||