|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.webdocwf.util.loader.OctopusValidator
public class OctopusValidator
Class used for validation of XML files.
Constructor Summary | |
---|---|
OctopusValidator()
|
Method Summary | |
---|---|
void |
validate(java.io.ByteArrayInputStream inStream)
Validate xml document which is passed in inStream parameter. |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
---|
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OctopusValidator()
Method Detail |
---|
public void validate(java.io.ByteArrayInputStream inStream) throws java.lang.Exception
inStream
- xml document to validate
org.xml.sax.SAXException
org.xml.sax.SAXParseException
javax.xml.parsers.ParserConfigurationException
java.io.IOException
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |