Uses of Interface
com.thaiopensource.xml.sax.XMLReaderCreator

Packages that use XMLReaderCreator
com.thaiopensource.relaxng   
com.thaiopensource.relaxng.impl   
com.thaiopensource.relaxng.jarv   
com.thaiopensource.relaxng.parse.sax   
com.thaiopensource.relaxng.util   
com.thaiopensource.validate   
com.thaiopensource.validate.rng   
com.thaiopensource.validate.schematron   
com.thaiopensource.xml.sax   
nu.validator.servlet   
 

Uses of XMLReaderCreator in com.thaiopensource.relaxng
 

Methods in com.thaiopensource.relaxng that return XMLReaderCreator
 XMLReaderCreator SchemaFactory.getXMLReaderCreator()
          Returns the current XMLReaderCreator as specified by setXMLReaderCreator.
 

Methods in com.thaiopensource.relaxng with parameters of type XMLReaderCreator
 void SchemaFactory.setXMLReaderCreator(XMLReaderCreator xrc)
          Specifies the XMLReaderCreator to be used for creating XMLReaders for parsing the XML document.
 

Uses of XMLReaderCreator in com.thaiopensource.relaxng.impl
 

Methods in com.thaiopensource.relaxng.impl with parameters of type XMLReaderCreator
protected abstract  Parseable SchemaReaderImpl.createParseable(XMLReaderCreator xrc, InputSource in, ErrorHandler eh, EntityResolver er)
           
 

Uses of XMLReaderCreator in com.thaiopensource.relaxng.jarv
 

Fields in com.thaiopensource.relaxng.jarv declared as XMLReaderCreator
private  XMLReaderCreator VerifierFactoryImpl.xrc
           
 

Uses of XMLReaderCreator in com.thaiopensource.relaxng.parse.sax
 

Fields in com.thaiopensource.relaxng.parse.sax declared as XMLReaderCreator
(package private)  XMLReaderCreator SAXSubParser.xrc
           
 

Constructors in com.thaiopensource.relaxng.parse.sax with parameters of type XMLReaderCreator
SAXParseable(XMLReaderCreator xrc, InputSource in, ErrorHandler eh, EntityResolver er)
           
SAXParseReceiver(XMLReaderCreator xrc, ErrorHandler eh, EntityResolver er)
           
SAXSubParser(XMLReaderCreator xrc, ErrorHandler eh, EntityResolver er)
           
 

Uses of XMLReaderCreator in com.thaiopensource.relaxng.util
 

Methods in com.thaiopensource.relaxng.util with parameters of type XMLReaderCreator
private static PropertyMap ValidationEngine.makePropertyMap(XMLReaderCreator xrc, ErrorHandler eh, int flags)
          Deprecated.  
 

Constructors in com.thaiopensource.relaxng.util with parameters of type XMLReaderCreator
ValidationEngine(XMLReaderCreator xrc, ErrorHandler eh, boolean checkIdIdref)
          Deprecated. Constructs a ValidationEngine.
ValidationEngine(XMLReaderCreator xrc, ErrorHandler eh, boolean checkIdIdref, boolean compactSyntax)
          Deprecated. Constructs a ValidationEngine.
ValidationEngine(XMLReaderCreator xrc, ErrorHandler eh, boolean checkIdIdref, boolean compactSyntax, boolean feasible)
          Deprecated.  
ValidationEngine(XMLReaderCreator xrc, ErrorHandler eh, int flags)
          Deprecated. Constructs a ValidationEngine.
 

Uses of XMLReaderCreator in com.thaiopensource.validate
 

Fields in com.thaiopensource.validate declared as XMLReaderCreator
private  XMLReaderCreator ValidationDriver.xrc
           
 

Methods in com.thaiopensource.validate that return XMLReaderCreator
 XMLReaderCreator ValidateProperty.XMLReaderCreatorPropertyId.get(PropertyMap properties)
          Returns the value of the property.
 XMLReaderCreator ValidateProperty.XMLReaderCreatorPropertyId.put(PropertyMapBuilder builder, XMLReaderCreator value)
          Sets the value of the property.
 

Methods in com.thaiopensource.validate with parameters of type XMLReaderCreator
 XMLReaderCreator ValidateProperty.XMLReaderCreatorPropertyId.put(PropertyMapBuilder builder, XMLReaderCreator value)
          Sets the value of the property.
 

Uses of XMLReaderCreator in com.thaiopensource.validate.rng
 

Methods in com.thaiopensource.validate.rng with parameters of type XMLReaderCreator
protected  Parseable SAXSchemaReader.createParseable(XMLReaderCreator xrc, InputSource in, ErrorHandler eh, EntityResolver er)
           
protected  Parseable CompactSchemaReader.createParseable(XMLReaderCreator xrc, InputSource in, ErrorHandler eh, EntityResolver er)
           
 

Uses of XMLReaderCreator in com.thaiopensource.validate.schematron
 

Fields in com.thaiopensource.validate.schematron declared as XMLReaderCreator
private  XMLReaderCreator SAXURIResolver.xrc
           
 

Constructors in com.thaiopensource.validate.schematron with parameters of type XMLReaderCreator
SAXURIResolver(XMLReaderCreator xrc, EntityResolver er)
           
 

Uses of XMLReaderCreator in com.thaiopensource.xml.sax
 

Classes in com.thaiopensource.xml.sax that implement XMLReaderCreator
 class Jaxp11XMLReaderCreator
          An XMLReaderCreator that uses JAXP 1.1 to create XMLReaders.
 class Sax2XMLReaderCreator
          An XMLReaderCreator that creates XMLReaders using the SAX2 XMLReaderFactory.
 

Uses of XMLReaderCreator in nu.validator.servlet
 

Classes in nu.validator.servlet that implement XMLReaderCreator
 class VerifierServletXMLReaderCreator