wt.ixb.impl.doc
Class IxbDomElement.IxbDefaultHandler

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended bywt.ixb.impl.doc.IxbDomElement.IxbDefaultHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Enclosing class:
IxbDomElement

protected class IxbDomElement.IxbDefaultHandler
extends DefaultHandler


Field Summary
private  String currTag
           
private  boolean domModified
           
private  boolean forExport
           
protected  boolean gotError
           
protected  boolean gotWarning
           
 
Constructor Summary
IxbDomElement.IxbDefaultHandler()
           
IxbDomElement.IxbDefaultHandler(boolean export)
           
 
Method Summary
 void error(SAXParseException saxe)
           
 void fatalError(SAXParseException saxe)
           
 boolean isDomModified()
           
private  void reportToUser(SAXParseException p0)
           
 InputSource resolveEntity(String publicId, String systemId)
           
 void startElement(String uri, String localName, String qName, Attributes attributes)
           
 void warning(SAXParseException p0)
           
 
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
 

Field Detail

currTag

private String currTag

domModified

private boolean domModified

forExport

private boolean forExport

gotError

protected boolean gotError

gotWarning

protected boolean gotWarning
Constructor Detail

IxbDomElement.IxbDefaultHandler

public IxbDomElement.IxbDefaultHandler(boolean export)

IxbDomElement.IxbDefaultHandler

public IxbDomElement.IxbDefaultHandler()
Method Detail

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)