org.enhydra.xml.io
Class DOMParser.XercesParser

java.lang.Object
  |
  +--org.enhydra.apache.xerces.framework.XMLParser
        |
        +--org.enhydra.apache.xerces.parsers.DOMParser
              |
              +--org.enhydra.xml.io.DOMParser.XercesParser
All Implemented Interfaces:
org.enhydra.apache.xerces.framework.XMLDocumentHandler, org.enhydra.apache.xerces.framework.XMLDocumentHandler.DTDHandler, org.enhydra.apache.xerces.framework.XMLErrorReporter
Enclosing class:
DOMParser

class DOMParser.XercesParser
extends org.enhydra.apache.xerces.parsers.DOMParser

Need standarderror handler, this is just a tmp hack.


Inner classes inherited from class org.enhydra.apache.xerces.framework.XMLDocumentHandler
org.enhydra.apache.xerces.framework.XMLDocumentHandler.DTDHandler
 
Fields inherited from class org.enhydra.apache.xerces.parsers.DOMParser
DEFAULT_DEFERRED_DOCUMENT_CLASS_NAME, DEFAULT_DOCUMENT_CLASS_NAME, fAmpIndex, fAposIndex, fCurrentElementNode, fCurrentEntityName, fCurrentEntityNode, fCurrentNodeIndex, fDeferredDocumentImpl, fDocument, fDocumentImpl, fDocumentIndex, fDocumentType, fDocumentTypeIndex, fGtIndex, fInCDATA, fInDTD, fLtIndex, fQuotIndex, fWithinElement
 
Fields inherited from class org.enhydra.apache.xerces.framework.XMLParser
fEntityHandler, fErrorReporter, fGrammarResolver, fParseInProgress, fScanner, fStringPool, fValidator, SAX2_FEATURES_PREFIX, SAX2_PROPERTIES_PREFIX, XERCES_FEATURES_PREFIX, XERCES_PROPERTIES_PREFIX
 
Fields inherited from interface org.enhydra.apache.xerces.framework.XMLErrorReporter
ERRORTYPE_FATAL_ERROR, ERRORTYPE_RECOVERABLE_ERROR, ERRORTYPE_WARNING
 
Constructor Summary
DOMParser.XercesParser()
          Construct a parser.
 
Method Summary
 void parse(InputSource inputSource)
          Parse the document, possibly resolving it via the entity resolver.
 
Methods inherited from class org.enhydra.apache.xerces.parsers.DOMParser
, attlistDecl, characters, characters, comment, elementDecl, endCDATA, endDocument, endDTD, endElement, endEntityReference, endNamespaceDeclScope, externalEntityDecl, externalPEDecl, getCreateEntityReferenceNodes, getCurrentElementNode, getDeferNodeExpansion, getDocument, getDocumentClassName, getFeature, getFeaturesRecognized, getIncludeIgnorableWhitespace, getPropertiesRecognized, getProperty, ignorableWhitespace, ignorableWhitespace, init, internalEntityDecl, internalPEDecl, internalSubset, notationDecl, processingInstruction, reset, resetOrCopy, setCreateEntityReferenceNodes, setDeferNodeExpansion, setDocumentClassName, setFeature, setIncludeIgnorableWhitespace, setProperty, startCDATA, startDocument, startDTD, startElement, startEntityReference, startNamespaceDeclScope, textDecl, unparsedEntityDecl, xmlDecl
 
Methods inherited from class org.enhydra.apache.xerces.framework.XMLParser
addRecognizer, getAllowJavaEncodings, getContinueAfterFatalError, getEntityResolver, getErrorHandler, getExternalGeneralEntities, getExternalParameterEntities, getfgDatatypeMessages, getfgImplementationMessages, getfgSchemaMessages, getfgXMLMessages, getfLocale, getLoadDTDGrammar, getLoadExternalDTD, getLocator, getNamespaces, getNormalizeContents, getValidation, getValidationDynamic, getValidationSchema, getValidationSchemaFullChecking, getValidationWarnOnDuplicateAttdef, getValidationWarnOnUndeclaredElemdef, getXMLString, initHandlers, isFeatureRecognized, isPropertyRecognized, parse, parseSome, parseSomeSetup, reportError, setAllowJavaEncodings, setContinueAfterFatalError, setEntityResolver, setErrorHandler, setExternalGeneralEntities, setExternalNoNamespaceSchemaLocation, setExternalParameterEntities, setExternalSchemaLocation, setLoadDTDGrammar, setLoadExternalDTD, setLocale, setNamespaces, setNormalizeAttributeValues, setNormalizeContents, setReaderFactory, setValidation, setValidationDynamic, setValidationSchema, setValidationSchemaFullChecking, setValidationWarnOnDuplicateAttdef, setValidationWarnOnUndeclaredElemdef
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMParser.XercesParser

public DOMParser.XercesParser()
                       throws SAXException
Construct a parser.
Method Detail

parse

public void parse(InputSource inputSource)
           throws SAXException,
                  IOException
Parse the document, possibly resolving it via the entity resolver.
Overrides:
parse in class org.enhydra.apache.xerces.framework.XMLParser


Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.