Uses of Class
com.ctc.wstx.api.WstxInputProperties.ParsingMode
Packages that use WstxInputProperties.ParsingMode
Package
Description
Package that contains subset of Woodstox classes that are considered to be
its public API (in addition to regular Stax 1.0 -- javax.xml.stream.* -- and
Stax2 -- org.codehaus.stax2.*).
-
Uses of WstxInputProperties.ParsingMode in com.ctc.wstx.api
Fields in com.ctc.wstx.api declared as WstxInputProperties.ParsingModeModifier and TypeFieldDescriptionprotected WstxInputProperties.ParsingModeReaderConfig.mParsingModeParsing mode can be changed from the default xml compliant behavior to one of alternate modes (fragment processing, multiple document processing).static final WstxInputProperties.ParsingModeWstxInputProperties.PARSING_MODE_DOCUMENTstatic final WstxInputProperties.ParsingModeWstxInputProperties.PARSING_MODE_DOCUMENTSstatic final WstxInputProperties.ParsingModeWstxInputProperties.PARSING_MODE_FRAGMENTMethods in com.ctc.wstx.api that return WstxInputProperties.ParsingModeMethods in com.ctc.wstx.api with parameters of type WstxInputProperties.ParsingModeModifier and TypeMethodDescriptionvoidReaderConfig.setInputParsingMode(WstxInputProperties.ParsingMode mode)