Uses of Class
com.ctc.wstx.io.SystemId
Packages that use SystemId
Package
Description
Low-level classes that are used to abstract most details of stream I/O
access from actual parsing classes.
This package contains miscellaneous classes that implement Woodstox.
-
Uses of SystemId in com.ctc.wstx.io
Fields in com.ctc.wstx.io declared as SystemIdModifier and TypeFieldDescription(package private) SystemId
BaseInputSource.mSystemId
URL for/from systemId points to original source of input, if known; null if not known (source constructed with just a stream or reader).protected final SystemId
InputBootstrapper.mSystemId
Methods in com.ctc.wstx.io that return SystemIdModifier and TypeMethodDescriptionstatic SystemId
static SystemId
static SystemId
InputBootstrapper.getSystemId()
Methods in com.ctc.wstx.io with parameters of type SystemIdModifier and TypeMethodDescriptionstatic BranchingReaderSource
InputSourceFactory.constructDocumentSource
(ReaderConfig cfg, InputBootstrapper bs, String pubId, SystemId sysId, 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, SystemId sysId, int xmlVersion, Reader r) static ReaderBootstrapper
ReaderBootstrapper.getInstance
(String pubId, SystemId sysId, Reader r, String appEncoding) static StreamBootstrapper
StreamBootstrapper.getInstance
(String pubId, SystemId sysId, byte[] data, int start, int end) Factory method used when the underlying data provider is a pre-allocated block source, and no stream is used.static StreamBootstrapper
StreamBootstrapper.getInstance
(String pubId, SystemId sysId, InputStream in) Factory method used when the underlying data provider is an actual stream.Constructors in com.ctc.wstx.io with parameters of type SystemIdModifierConstructorDescriptionprotected
BaseInputSource
(WstxInputSource parent, String fromEntity, String publicId, SystemId systemId) BranchingReaderSource
(ReaderConfig cfg, String pubId, SystemId sysId, Reader r, boolean realClose) protected
CharArraySource
(WstxInputSource parent, String fromEntity, char[] chars, int offset, int len, Location loc, SystemId sysId) protected
InputBootstrapper
(String pubId, SystemId sysId) private
ReaderBootstrapper
(String pubId, SystemId sysId, Reader r, String appEncoding) ReaderSource
(ReaderConfig cfg, WstxInputSource parent, String fromEntity, String pubId, SystemId sysId, Reader r, boolean realClose) private
StreamBootstrapper
(String pubId, SystemId sysId, byte[] data, int start, int end) private
StreamBootstrapper
(String pubId, SystemId sysId, InputStream in) WstxInputLocation
(WstxInputLocation ctxt, String pubId, SystemId sysId, long charOffset, int row, int col) -
Uses of SystemId in com.ctc.wstx.stax
Methods in com.ctc.wstx.stax with parameters of type SystemIdModifier and TypeMethodDescriptionorg.codehaus.stax2.XMLStreamReader2
WstxInputFactory.createSR
(ReaderConfig cfg, SystemId systemId, InputBootstrapper bs, boolean forER, boolean autoCloseInput) private org.codehaus.stax2.XMLStreamReader2
WstxInputFactory.createSR
(ReaderConfig cfg, SystemId systemId, InputStream in, boolean forER, boolean autoCloseInput) protected org.codehaus.stax2.XMLStreamReader2
WstxInputFactory.createSR
(SystemId systemId, InputStream in, String enc, boolean forER, boolean autoCloseInput) protected org.codehaus.stax2.XMLStreamReader2
private org.codehaus.stax2.XMLStreamReader2
WstxInputFactory.doCreateSR
(ReaderConfig cfg, SystemId systemId, InputBootstrapper bs, boolean forER, boolean autoCloseInput) Bottleneck method used for creating ALL full stream reader instances (via other createSR() methods and directly)