Uses of Interface
org.codehaus.stax2.validation.DTDValidationSchema
-
Packages that use DTDValidationSchema Package Description com.ctc.wstx.api 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.*).com.ctc.wstx.dtd Package that contains Woodstox classes that implement DTD handling.com.ctc.wstx.sr This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such.org.codehaus.stax2 org.codehaus.stax2.ri Package that contains a skeletal reference implementation of Stax2 API, as well as some utility/helper classes that can be useful in building one.org.codehaus.stax2.ri.dom -
-
Uses of DTDValidationSchema in com.ctc.wstx.api
Methods in com.ctc.wstx.api that return DTDValidationSchema Modifier and Type Method Description DTDValidationSchemaReaderConfig. getDTDOverride()Methods in com.ctc.wstx.api with parameters of type DTDValidationSchema Modifier and Type Method Description voidReaderConfig. setDTDOverride(DTDValidationSchema schema) -
Uses of DTDValidationSchema in com.ctc.wstx.dtd
Classes in com.ctc.wstx.dtd that implement DTDValidationSchema Modifier and Type Class Description classDTDSubsetThis is the abstract base class that implements the standard Stax2 validation schema base class (XMLValidationSchema, as well as specifies extended Woodstox-specific interface for accessing DTD-specific things like entity expansions and notation properties.classDTDSubsetImplThe default implementation ofDTDSubset -
Uses of DTDValidationSchema in com.ctc.wstx.sr
Methods in com.ctc.wstx.sr that return DTDValidationSchema Modifier and Type Method Description DTDValidationSchemaBasicStreamReader. getProcessedDTDSchema()Sub-class will override this methodDTDValidationSchemaValidatingStreamReader. getProcessedDTDSchema() -
Uses of DTDValidationSchema in org.codehaus.stax2
Methods in org.codehaus.stax2 that return DTDValidationSchema Modifier and Type Method Description DTDValidationSchemaDTDInfo. getProcessedDTDSchema()Method similar toDTDInfo.getProcessedDTD(), but type-safe. -
Uses of DTDValidationSchema in org.codehaus.stax2.ri
Methods in org.codehaus.stax2.ri that return DTDValidationSchema Modifier and Type Method Description DTDValidationSchemaStax2ReaderAdapter. getProcessedDTDSchema()DTDValidationSchemaStax2ReaderImpl. getProcessedDTDSchema() -
Uses of DTDValidationSchema in org.codehaus.stax2.ri.dom
Methods in org.codehaus.stax2.ri.dom that return DTDValidationSchema Modifier and Type Method Description DTDValidationSchemaDOMWrappingReader. getProcessedDTDSchema()
-