Uses of Interface
org.codehaus.stax2.validation.ValidationContext
-
Packages that use ValidationContext Package Description 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.com.ctc.wstx.sw org.codehaus.stax2.validation -
-
Uses of ValidationContext in com.ctc.wstx.dtd
Methods in com.ctc.wstx.dtd with parameters of type ValidationContext Modifier and Type Method Description abstract XMLValidatorDTDSubset. createValidator(ValidationContext ctxt)XMLValidatorDTDSubsetImpl. createValidator(ValidationContext ctxt)StringDTDAttribute. getDefaultValue(ValidationContext ctxt, XMLValidator dtd)voidDefaultAttrValue. reportUndeclared(ValidationContext ctxt, XMLValidator dtd)Constructors in com.ctc.wstx.dtd with parameters of type ValidationContext Constructor Description DTDTypingNonValidator(DTDSubset schema, ValidationContext ctxt, boolean hasNsDefaults, Map<PrefixedName,DTDElement> elemSpecs, Map<String,EntityDecl> genEntities)DTDValidator(DTDSubset schema, ValidationContext ctxt, boolean hasNsDefaults, Map<PrefixedName,DTDElement> elemSpecs, Map<String,EntityDecl> genEntities)DTDValidatorBase(DTDSubset schema, ValidationContext ctxt, boolean hasNsDefaults, Map<PrefixedName,DTDElement> elemSpecs, Map<String,EntityDecl> genEntities) -
Uses of ValidationContext in com.ctc.wstx.sr
Classes in com.ctc.wstx.sr that implement ValidationContext Modifier and Type Class Description classInputElementStackShared base class that defines API stream reader uses to communicate with the element stack implementation, independent of whether it's operating in namespace-aware or non-namespace modes. -
Uses of ValidationContext in com.ctc.wstx.sw
Classes in com.ctc.wstx.sw that implement ValidationContext Modifier and Type Class Description classBaseNsStreamWriterMid-level base class of namespace-aware stream writers.classBaseStreamWriterBase class forXMLStreamWriterimplementations Woodstox has.classNonNsStreamWriterImplementation ofXMLStreamWriterused when namespace support is not enabled.classRepairingNsStreamWriterNamespace-aware implementation ofXMLStreamWriter, that does namespace repairing, ie resolves possible conflicts between prefixes (add new bindings as necessary), as well as automatically creates namespace declarations as necessary.classSimpleNsStreamWriterNamespace-aware implementation ofXMLStreamWriter, that does not do namespace repairing, ie doesn't try to resolve possible conflicts between prefixes and namespace URIs, or automatically create namespace bindings.classTypedStreamWriterIntermediate base class that implements Typed Access API (Stax2 v3) for all (repairing, non-repairing, non-namespace) native stream writer implementations. -
Uses of ValidationContext in org.codehaus.stax2.validation
Methods in org.codehaus.stax2.validation with parameters of type ValidationContext Modifier and Type Method Description XMLValidatorXMLValidationSchema. createValidator(ValidationContext ctxt)
-