org.enhydra.apache.xerces.validators.schema
Class TraverseSchema.IgnoreWhitespaceParser

java.lang.Object
  |
  +--org.enhydra.apache.xerces.framework.XMLParser
        |
        +--org.enhydra.apache.xerces.parsers.DOMParser
              |
              +--org.enhydra.apache.xerces.validators.schema.TraverseSchema.IgnoreWhitespaceParser
All Implemented Interfaces:
XMLDocumentHandler, XMLDocumentHandler.DTDHandler, XMLErrorReporter
Enclosing class:
TraverseSchema

static class TraverseSchema.IgnoreWhitespaceParser
extends DOMParser


Inner classes inherited from class org.enhydra.apache.xerces.framework.XMLDocumentHandler
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
(package private) TraverseSchema.IgnoreWhitespaceParser()
           
 
Method Summary
 void ignorableWhitespace(char[] ch, int start, int length)
          Not called.
 void ignorableWhitespace(int dataIdx)
          Ignorable whitespace.
 
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, 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, 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

TraverseSchema.IgnoreWhitespaceParser

TraverseSchema.IgnoreWhitespaceParser()
Method Detail

ignorableWhitespace

public void ignorableWhitespace(char[] ch,
                                int start,
                                int length)
Description copied from class: DOMParser
Not called.
Overrides:
ignorableWhitespace in class DOMParser
Following copied from interface: org.enhydra.apache.xerces.framework.XMLDocumentHandler
Parameters:
ch - character array containing the whitespace that was scanned
start - offset in ch where scanned whitespace begins
length - length of scanned whitespace in ch
Throws:
Exception -  

ignorableWhitespace

public void ignorableWhitespace(int dataIdx)
Description copied from class: DOMParser
Ignorable whitespace.
Overrides:
ignorableWhitespace in class DOMParser
Following copied from interface: org.enhydra.apache.xerces.framework.XMLDocumentHandler
Parameters:
data - string pool index of ignorable whitespace
Throws:
Exception -  


Copyright © 1999 The Apache Software Foundation. All Rights reserved.