Uses of Class
org.apache.xerces.impl.XMLErrorReporter

Packages that use XMLErrorReporter
org.apache.xerces.dom   
org.apache.xerces.impl   
org.apache.xerces.impl.dtd   
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.opti   
org.apache.xerces.parsers   
org.apache.xerces.xinclude   
org.apache.xerces.xpointer   
 

Uses of XMLErrorReporter in org.apache.xerces.dom
 

Fields in org.apache.xerces.dom declared as XMLErrorReporter
protected  XMLErrorReporter DOMConfigurationImpl.fErrorReporter
          Error reporter
 

Uses of XMLErrorReporter in org.apache.xerces.impl
 

Fields in org.apache.xerces.impl declared as XMLErrorReporter
protected  XMLErrorReporter XMLVersionDetector.fErrorReporter
          Error reporter.
protected  XMLErrorReporter XMLScanner.fErrorReporter
          Error reporter.
protected  XMLErrorReporter XMLNamespaceBinder.fErrorReporter
          Error reporter.
protected  XMLErrorReporter XMLEntityScanner.fErrorReporter
          Error reporter.
protected  XMLErrorReporter XMLEntityManager.fErrorReporter
          Error reporter.
 

Methods in org.apache.xerces.impl with parameters of type XMLErrorReporter
 void XMLEntityScanner.reset(SymbolTable symbolTable, XMLEntityManager entityManager, XMLErrorReporter reporter)
           
 

Constructors in org.apache.xerces.impl with parameters of type XMLErrorReporter
XML11DTDScannerImpl(SymbolTable symbolTable, XMLErrorReporter errorReporter, XMLEntityManager entityManager)
          Constructor for he use of non-XMLComponentManagers.
XMLDTDScannerImpl(SymbolTable symbolTable, XMLErrorReporter errorReporter, XMLEntityManager entityManager)
          Constructor for he use of non-XMLComponentManagers.
 

Uses of XMLErrorReporter in org.apache.xerces.impl.dtd
 

Fields in org.apache.xerces.impl.dtd declared as XMLErrorReporter
protected  XMLErrorReporter XMLDTDValidator.fErrorReporter
          Error reporter.
protected  XMLErrorReporter XMLDTDProcessor.fErrorReporter
          Error reporter.
 

Methods in org.apache.xerces.impl.dtd with parameters of type XMLErrorReporter
protected static void XMLDTDProcessor.checkStandaloneEntityRef(String name, DTDGrammar grammar, XMLEntityDecl tempEntityDecl, XMLErrorReporter errorReporter)
          Check standalone entity reference.
protected  XMLDTDScannerImpl XMLDTDLoader.createDTDScanner(SymbolTable symbolTable, XMLErrorReporter errorReporter, XMLEntityManager entityManager)
           
protected  XMLDTDScannerImpl XML11DTDProcessor.createDTDScanner(SymbolTable symbolTable, XMLErrorReporter errorReporter, XMLEntityManager entityManager)
           
 

Uses of XMLErrorReporter in org.apache.xerces.impl.xs
 

Methods in org.apache.xerces.impl.xs with parameters of type XMLErrorReporter
static void XSConstraints.fullSchemaChecking(XSGrammarBucket grammarBucket, SubstitutionGroupHandler SGHandler, CMBuilder cmBuilder, XMLErrorReporter errorReporter)
          used to check the 3 constraints against each complex type (should be each model group): Unique Particle Attribution, Particle Derivation (Restriction), Element Declrations Consistent.
static void XMLSchemaLoader.processExternalHints(String sl, String nsl, Hashtable locations, XMLErrorReporter er)
           
 void XMLSchemaValidator.XSIErrorReporter.reset(XMLErrorReporter errorReporter)
           
 

Uses of XMLErrorReporter in org.apache.xerces.impl.xs.opti
 

Fields in org.apache.xerces.impl.xs.opti declared as XMLErrorReporter
protected  XMLErrorReporter SchemaParsingConfig.fErrorReporter
          Error reporter.
 

Uses of XMLErrorReporter in org.apache.xerces.parsers
 

Fields in org.apache.xerces.parsers declared as XMLErrorReporter
protected  XMLErrorReporter XMLGrammarPreparser.fErrorReporter
           
protected  XMLErrorReporter XML11NonValidatingConfiguration.fErrorReporter
          Error reporter.
protected  XMLErrorReporter XML11DTDConfiguration.fErrorReporter
          Error reporter.
protected  XMLErrorReporter XML11Configuration.fErrorReporter
          Error reporter.
protected  XMLErrorReporter NonValidatingConfiguration.fErrorReporter
          Error reporter.
protected  XMLErrorReporter DTDConfiguration.fErrorReporter
          Error reporter.
 

Methods in org.apache.xerces.parsers that return XMLErrorReporter
protected  XMLErrorReporter NonValidatingConfiguration.createErrorReporter()
          Creates an error reporter.
protected  XMLErrorReporter DTDConfiguration.createErrorReporter()
          Creates an error reporter.
 

Uses of XMLErrorReporter in org.apache.xerces.xinclude
 

Fields in org.apache.xerces.xinclude declared as XMLErrorReporter
protected  XMLErrorReporter XIncludeHandler.fErrorReporter
           
 

Methods in org.apache.xerces.xinclude with parameters of type XMLErrorReporter
 void XIncludeTextReader.setErrorReporter(XMLErrorReporter errorReporter)
          Sets the XMLErrorReporter used for reporting errors while reading the text include.
 

Uses of XMLErrorReporter in org.apache.xerces.xpointer
 

Fields in org.apache.xerces.xpointer declared as XMLErrorReporter
protected  XMLErrorReporter XPointerHandler.fXPointerErrorReporter
           
 

Constructors in org.apache.xerces.xpointer with parameters of type XMLErrorReporter
XPointerHandler(SymbolTable symbolTable, XMLErrorHandler errorHandler, XMLErrorReporter errorReporter)
           
 



Copyright © 2011. All Rights Reserved.