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 SystemIdMethods in com.ctc.wstx.io that return SystemIdModifier and TypeMethodDescriptionstatic SystemIdstatic SystemIdstatic SystemIdInputBootstrapper.getSystemId()Methods in com.ctc.wstx.io with parameters of type SystemIdModifier and TypeMethodDescriptionstatic BranchingReaderSourceInputSourceFactory.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 ReaderSourceInputSourceFactory.constructEntitySource(ReaderConfig cfg, WstxInputSource parent, String entityName, InputBootstrapper bs, String pubId, SystemId sysId, int xmlVersion, Reader r) static ReaderBootstrapperReaderBootstrapper.getInstance(String pubId, SystemId sysId, Reader r, String appEncoding) static StreamBootstrapperStreamBootstrapper.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 StreamBootstrapperStreamBootstrapper.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 SystemIdModifierConstructorDescriptionprotectedBaseInputSource(WstxInputSource parent, String fromEntity, String publicId, SystemId systemId) BranchingReaderSource(ReaderConfig cfg, String pubId, SystemId sysId, Reader r, boolean realClose) protectedCharArraySource(WstxInputSource parent, String fromEntity, char[] chars, int offset, int len, Location loc, SystemId sysId) protectedInputBootstrapper(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 SystemIdModifier and TypeMethodDescriptionorg.codehaus.stax2.XMLStreamReader2WstxInputFactory.createSR(ReaderConfig cfg, SystemId systemId, InputBootstrapper bs, boolean forER, boolean autoCloseInput) protected org.codehaus.stax2.XMLStreamReader2WstxInputFactory.createSR(SystemId systemId, InputStream in, String enc, boolean forER, boolean autoCloseInput) protected org.codehaus.stax2.XMLStreamReader2