wt.ixb.impl.doc
Class IxbDomElement.IxbDefaultHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
wt.ixb.impl.doc.IxbDomElement.IxbDefaultHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- Enclosing class:
- IxbDomElement
- protected class IxbDomElement.IxbDefaultHandler
- extends DefaultHandler
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currTag
private String currTag
domModified
private boolean domModified
forExport
private boolean forExport
gotError
protected boolean gotError
gotWarning
protected boolean gotWarning
IxbDomElement.IxbDefaultHandler
public IxbDomElement.IxbDefaultHandler(boolean export)
IxbDomElement.IxbDefaultHandler
public IxbDomElement.IxbDefaultHandler()
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
throws SAXException
- Throws:
SAXException
isDomModified
public boolean isDomModified()
error
public void error(SAXParseException saxe)
throws SAXException
- Throws:
SAXException
fatalError
public void fatalError(SAXParseException saxe)
throws SAXException
- Throws:
SAXException
warning
public void warning(SAXParseException p0)
throws SAXException
- Throws:
SAXException
startElement
public void startElement(String uri,
String localName,
String qName,
Attributes attributes)
throws SAXException
- Throws:
SAXException
reportToUser
private void reportToUser(SAXParseException p0)