Uses of Interface
org.enhydra.apache.xerces.framework.XMLErrorReporter

Packages that use XMLErrorReporter
org.enhydra.apache.xerces.framework   
org.enhydra.apache.xerces.parsers   
org.enhydra.apache.xerces.readers   
org.enhydra.apache.xerces.validators.common   
org.enhydra.apache.xerces.validators.schema   
 

Uses of XMLErrorReporter in org.enhydra.apache.xerces.framework
 

Classes in org.enhydra.apache.xerces.framework that implement XMLErrorReporter
 class XMLParser
          This is the base class of all standard parsers.
 

Fields in org.enhydra.apache.xerces.framework declared as XMLErrorReporter
(package private)  XMLErrorReporter XMLDocumentScanner.fErrorReporter
           
protected  XMLErrorReporter XMLParser.fErrorReporter
           
 

Constructors in org.enhydra.apache.xerces.framework with parameters of type XMLErrorReporter
XMLDTDScanner(StringPool stringPool, XMLErrorReporter errorReporter, XMLEntityHandler entityHandler, XMLEntityHandler.CharBuffer literalData)
           
XMLDocumentScanner(StringPool stringPool, XMLErrorReporter errorReporter, XMLEntityHandler entityHandler, XMLEntityHandler.CharBuffer literalData)
          Constructor
 

Uses of XMLErrorReporter in org.enhydra.apache.xerces.parsers
 

Classes in org.enhydra.apache.xerces.parsers that implement XMLErrorReporter
 class DOMParser
          DOMParser provides a parser which produces a W3C DOM tree as its output
 class SAXParser
          SAXParser provides a parser which implements the SAX1 and SAX2 parser APIs.
 

Uses of XMLErrorReporter in org.enhydra.apache.xerces.readers
 

Classes in org.enhydra.apache.xerces.readers that implement XMLErrorReporter
(package private)  class XCatalog.Parser
          Parser for XCatalog document instances.
 

Fields in org.enhydra.apache.xerces.readers declared as XMLErrorReporter
protected  XMLErrorReporter XMLEntityReader.fErrorReporter
           
 

Methods in org.enhydra.apache.xerces.readers with parameters of type XMLErrorReporter
protected  void XMLEntityReader.init(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, int lineNumber, int columnNumber)
           
static StringReader StringReader.createStringReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, int lineNumber, int columnNumber, int stringHandle, StringPool stringPool, boolean addEnclosingSpaces)
          Allocate a string reader
 XMLEntityHandler.EntityReader XMLEntityReaderFactory.createReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, InputSource source, String systemId, boolean xmlDecl, StringPool stringPool)
          Create an entity reader for the source.
 XMLEntityHandler.EntityReader XMLEntityReaderFactory.createCharReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, Reader reader, StringPool stringPool)
          Create an entity reader for a character stream.
 XMLEntityHandler.EntityReader XMLEntityReaderFactory.createUTF8Reader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, InputStream data, StringPool stringPool)
          Create an entity reader for a byte stream encoded in UTF-8.
 XMLEntityHandler.EntityReader XMLEntityReaderFactory.createStringReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, int lineNumber, int columnNumber, int stringHandle, StringPool stringPool, boolean addEnclosingSpaces)
          Create an entity reader for data from a String.
abstract  XMLEntityHandler.EntityReader XMLDeclRecognizer.recognize(XMLEntityReaderFactory readerFactory, XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, StringPool stringPool, ChunkyByteArray data, boolean xmlDecl, boolean allowJavaEncodingName)
          Subclasses override this method to support recognizing their encodings.
 XMLEntityHandler.EntityReader UCSRecognizer.recognize(XMLEntityReaderFactory readerFactory, XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, StringPool stringPool, ChunkyByteArray data, boolean xmlDecl, boolean allowJavaEncodingName)
           
 XMLEntityHandler.EntityReader EBCDICRecognizer.recognize(XMLEntityReaderFactory readerFactory, XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, StringPool stringPool, ChunkyByteArray data, boolean xmlDecl, boolean allowJavaEncodingName)
           
 XMLEntityHandler.EntityReader DefaultReaderFactory.createReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, InputSource source, String systemId, boolean xmlDecl, StringPool stringPool)
          Create a reader
 XMLEntityHandler.EntityReader DefaultReaderFactory.createCharReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, Reader reader, StringPool stringPool)
          Create an entity reader for a character stream.
 XMLEntityHandler.EntityReader DefaultReaderFactory.createUTF8Reader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, InputStream data, StringPool stringPool)
          Create an entity reader for a byte stream encoded in UTF-8.
 XMLEntityHandler.EntityReader DefaultReaderFactory.createStringReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, int lineNumber, int columnNumber, int stringHandle, StringPool stringPool, boolean addEnclosingSpaces)
          Create an entity reader for data from a String.
 XMLEntityHandler.EntityReader UTF8Recognizer.recognize(XMLEntityReaderFactory readerFactory, XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, StringPool stringPool, ChunkyByteArray data, boolean xmlDecl, boolean allowJavaEncodingName)
           
 

Constructors in org.enhydra.apache.xerces.readers with parameters of type XMLErrorReporter
XMLEntityReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray)
          Constructor
XMLEntityReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, int lineNumber, int columnNumber)
          Constructor
DefaultEntityHandler(StringPool stringPool, XMLErrorReporter errorReporter)
           
DefaultEntityHandler.EntityPool(StringPool stringPool, XMLErrorReporter errorReporter, boolean createStandardEntities)
           
AbstractCharReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, StringPool stringPool)
          Subclass constructor
UTF8CharReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, InputStream dataStream, StringPool stringPool)
           
StreamingCharReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, Reader reader, StringPool stringPool)
          Constructor
UCSReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, ChunkyByteArray data, int encoding, StringPool stringPool)
           
CharReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, Reader reader, StringPool stringPool)
           
UTF8Reader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, InputStream dataStream, StringPool stringPool)
           
UTF8Recognizer.XMLDeclReader(XMLEntityHandler entityHandler, XMLErrorReporter errorReporter, boolean sendCharDataAsCharArray, ChunkyByteArray data, StringPool stringPool)
           
 

Uses of XMLErrorReporter in org.enhydra.apache.xerces.validators.common
 

Constructors in org.enhydra.apache.xerces.validators.common with parameters of type XMLErrorReporter
XMLValidator(StringPool stringPool, XMLErrorReporter errorReporter, DefaultEntityHandler entityHandler, XMLDocumentScanner documentScanner)
          Constructs an XML validator.
 

Uses of XMLErrorReporter in org.enhydra.apache.xerces.validators.schema
 

Classes in org.enhydra.apache.xerces.validators.schema that implement XMLErrorReporter
(package private) static class TraverseSchema.IgnoreWhitespaceParser
           
 

Fields in org.enhydra.apache.xerces.validators.schema declared as XMLErrorReporter
protected  XMLErrorReporter GeneralAttrCheck.fErrorReporter
           
 

Methods in org.enhydra.apache.xerces.validators.schema that return XMLErrorReporter
 XMLErrorReporter SubstitutionGroupComparator.getErrorReporter()
           
 

Constructors in org.enhydra.apache.xerces.validators.schema with parameters of type XMLErrorReporter
SubstitutionGroupComparator(GrammarResolver grammarResolver, StringPool stringPool, XMLErrorReporter errorReporter)
           
GeneralAttrCheck(XMLErrorReporter er, DatatypeValidatorFactoryImpl datatypeRegistry)
           
TraverseSchema(Element root, StringPool stringPool, SchemaGrammar schemaGrammar, GrammarResolver grammarResolver, XMLErrorReporter errorReporter, String schemaURL, EntityResolver entityResolver, boolean fullChecking, GeneralAttrCheck generalAttrCheck, String externalSchemaLocations, String noNamespaceSchemaLocation)
           
TraverseSchema(Element root, StringPool stringPool, SchemaGrammar schemaGrammar, GrammarResolver grammarResolver, XMLErrorReporter errorReporter, String schemaURL, boolean fullChecking, GeneralAttrCheck generalAttrCheck)
           
 



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