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

Packages that use XMLErrorReporter
org.apache.xerces.impl   
org.apache.xerces.impl.xs   
org.apache.xerces.xinclude   
org.apache.xerces.xpointer   
 

Uses of XMLErrorReporter in org.apache.xerces.impl
 

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.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(java.lang.String sl, java.lang.String nsl, java.util.Hashtable locations, XMLErrorReporter er)
           
 

Uses of XMLErrorReporter in org.apache.xerces.xinclude
 

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
 

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