|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InputBootstrapper | |
|---|---|
| com.ctc.wstx.dtd | |
| com.ctc.wstx.io | |
| com.ctc.wstx.sr | |
| com.ctc.wstx.stax | |
| Uses of InputBootstrapper in com.ctc.wstx.dtd |
|---|
| Methods in com.ctc.wstx.dtd with parameters of type InputBootstrapper | |
|---|---|
protected 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 | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||