com.ptc.windchill.structconf.xconf
Class DefaultXconfSAXHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.ptc.windchill.structconf.xconf.DefaultXconfSAXHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- Direct Known Subclasses:
- XconfParser.Handler
- class DefaultXconfSAXHandler
- extends DefaultHandler
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultXconfSAXHandler
DefaultXconfSAXHandler()
resolveEntity
public InputSource resolveEntity(String public_id,
String system_id)
throws SAXException
- Throws:
SAXException
error
public void error(SAXParseException ex)
throws SAXException
- Throws:
SAXException
fatalError
public void fatalError(SAXParseException ex)
throws SAXException
- Throws:
SAXException
warning
public void warning(SAXParseException ex)