Uses of Class
com.ctc.wstx.io.SystemId
-
Packages that use SystemId Package Description 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.stax This package contains miscellaneous classes that implement Woodstox. -
-
Uses of SystemId in com.ctc.wstx.io
Fields in com.ctc.wstx.io declared as SystemId Modifier and Type Field Description protected SystemId
InputBootstrapper. mSystemId
Methods in com.ctc.wstx.io that return SystemId Modifier and Type Method Description static SystemId
SystemId. construct(String systemId)
static SystemId
SystemId. construct(String systemId, URL url)
static SystemId
SystemId. construct(URL url)
SystemId
InputBootstrapper. getSystemId()
Methods in com.ctc.wstx.io with parameters of type SystemId Modifier and Type Method Description static 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 SystemId Constructor Description BaseInputSource(WstxInputSource parent, String fromEntity, String publicId, SystemId systemId)
BranchingReaderSource(ReaderConfig cfg, String pubId, SystemId sysId, Reader r, boolean realClose)
CharArraySource(WstxInputSource parent, String fromEntity, char[] chars, int offset, int len, Location loc, SystemId sysId)
InputBootstrapper(String pubId, SystemId sysId)
ReaderSource(ReaderConfig cfg, WstxInputSource parent, String fromEntity, String pubId, SystemId sysId, Reader r, boolean realClose)
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 SystemId Modifier and Type Method Description org.codehaus.stax2.XMLStreamReader2
WstxInputFactory. createSR(ReaderConfig cfg, SystemId systemId, InputBootstrapper bs, 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
WstxInputFactory. createSR(SystemId systemId, Reader r, boolean forER, boolean autoCloseInput)
-