Uses of Class
com.ctc.wstx.io.InputBootstrapper

Packages that use InputBootstrapper
com.ctc.wstx.dtd Package that contains Woodstox classes that implement DTD handling. 
com.ctc.wstx.io Low-level classes that are used to abstract most details of stream I/O access from actual parsing classes. 
com.ctc.wstx.sr This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such. 
com.ctc.wstx.stax This package contains miscellaneous classes that implement Woodstox. 
 

Uses of InputBootstrapper in com.ctc.wstx.dtd
 

Methods in com.ctc.wstx.dtd with parameters of type InputBootstrapper
protected  org.codehaus.stax2.validation.XMLValidationSchema DTDSchemaFactory.doCreateSchema(ReaderConfig rcfg, InputBootstrapper bs, String publicId, String systemId, URL ctxt)
          The main validator construction method, called by all externally visible methods.
 

Uses of InputBootstrapper in com.ctc.wstx.io
 

Subclasses of InputBootstrapper in com.ctc.wstx.io
 class ReaderBootstrapper
          Input bootstrap class used when input comes from a Reader; in this case, encoding is already known, and thus encoding from XML declaration (if any) is only double-checked, not really used.
 class StreamBootstrapper
          Input bootstrap class used with streams, when encoding is not known (when encoding is specified by application, a reader is constructed, and then reader-based bootstrapper is used).
 

Methods in com.ctc.wstx.io with parameters of type InputBootstrapper
static BranchingReaderSource InputSourceFactory.constructDocumentSource(ReaderConfig cfg, InputBootstrapper bs, String pubId, String sysId, URL src, Reader r, boolean realClose)
          Factory method used for creating the main-level document reader source.
static ReaderSource InputSourceFactory.constructEntitySource(ReaderConfig cfg, WstxInputSource parent, String entityName, InputBootstrapper bs, String pubId, String sysId, int xmlVersion, URL src, Reader r)
           
protected  void InputBootstrapper.initFrom(InputBootstrapper src)
           
 

Uses of InputBootstrapper in com.ctc.wstx.sr
 

Methods in com.ctc.wstx.sr with parameters of type InputBootstrapper
static TypedStreamReader TypedStreamReader.createStreamReader(BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputBootstrapper bs, boolean forER)
          Factory method for constructing readers.
static ValidatingStreamReader ValidatingStreamReader.createValidatingStreamReader(BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputBootstrapper bs, boolean forER)
          Factory method for constructing readers.
 

Constructors in com.ctc.wstx.sr with parameters of type InputBootstrapper
BasicStreamReader(InputBootstrapper bs, BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputElementStack elemStack, boolean forER)
           
TypedStreamReader(InputBootstrapper bs, BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputElementStack elemStack, boolean forER)
           
 

Uses of InputBootstrapper in com.ctc.wstx.stax
 

Methods in com.ctc.wstx.stax with parameters of type InputBootstrapper
 org.codehaus.stax2.XMLStreamReader2 WstxInputFactory.createSR(ReaderConfig cfg, String systemId, InputBootstrapper bs, boolean forER, boolean autoCloseInput)
          Method that is eventually called to create a (full) stream read instance.
 



Copyright © 2011 Codehaus. All Rights Reserved.