Uses of Interface
org.codehaus.stax2.validation.ValidationContext

Packages that use ValidationContext
com.ctc.wstx.dtd   
com.ctc.wstx.msv   
com.ctc.wstx.sr   
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
abstract  XMLValidator DTDSubset.createValidator(ValidationContext ctxt)
           
 XMLValidator DTDSubsetImpl.createValidator(ValidationContext ctxt)
           
 String DTDAttribute.getDefaultValue(ValidationContext ctxt, XMLValidator dtd)
           
 void DefaultAttrValue.reportUndeclared(ValidationContext ctxt, XMLValidator dtd)
           
 

Constructors in com.ctc.wstx.dtd with parameters of type ValidationContext
DTDTypingNonValidator(DTDSubset schema, ValidationContext ctxt, boolean hasNsDefaults, Map elemSpecs, Map genEntities)
           
DTDValidator(DTDSubset schema, ValidationContext ctxt, boolean hasNsDefaults, Map elemSpecs, Map genEntities)
           
DTDValidatorBase(DTDSubset schema, ValidationContext ctxt, boolean hasNsDefaults, Map elemSpecs, Map genEntities)
           
 

Uses of ValidationContext in com.ctc.wstx.msv
 

Fields in com.ctc.wstx.msv declared as ValidationContext
protected  ValidationContext GenericMsvValidator.mContext
           
 

Methods in com.ctc.wstx.msv with parameters of type ValidationContext
 XMLValidator RelaxNGSchema.createValidator(ValidationContext ctxt)
           
 XMLValidator W3CSchema.createValidator(ValidationContext ctxt)
           
 

Constructors in com.ctc.wstx.msv with parameters of type ValidationContext
GenericMsvValidator(XMLValidationSchema parent, ValidationContext ctxt, com.sun.msv.verifier.DocumentDeclaration vgm)
           
 

Uses of ValidationContext in com.ctc.wstx.sr
 

Classes in com.ctc.wstx.sr that implement ValidationContext
 class InputElementStack
          Shared 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
 class BaseNsStreamWriter
          Mid-level base class of namespace-aware stream writers.
 class BaseStreamWriter
          Base class for XMLStreamWriter implementations Woodstox has.
 class NonNsStreamWriter
          Implementation of XMLStreamWriter used when namespace support is not enabled.
 class RepairingNsStreamWriter
          Namespace-aware implementation of XMLStreamWriter, that does namespace repairing, ie resolves possible conflicts between prefixes (add new bindings as necessary), as well as automatically creates namespace declarations as necessary.
 class SimpleNsStreamWriter
          Namespace-aware implementation of XMLStreamWriter, that does not do namespace repairing, ie doesn't try to resolve possible conflicts between prefixes and namespace URIs, or automatically create namespace bindings.
 class TypedStreamWriter
          Intermediate 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
 XMLValidator XMLValidationSchema.createValidator(ValidationContext ctxt)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.