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

Packages that use DTDValidationSchema
com.ctc.wstx.api   
com.ctc.wstx.dtd   
com.ctc.wstx.sr   
org.codehaus.stax2   
org.codehaus.stax2.ri   
org.codehaus.stax2.ri.dom   
 

Uses of DTDValidationSchema in com.ctc.wstx.api
 

Methods in com.ctc.wstx.api that return DTDValidationSchema
 DTDValidationSchema ReaderConfig.getDTDOverride()
           
 

Methods in com.ctc.wstx.api with parameters of type DTDValidationSchema
 void ReaderConfig.setDTDOverride(DTDValidationSchema schema)
           
 

Uses of DTDValidationSchema in com.ctc.wstx.dtd
 

Classes in com.ctc.wstx.dtd that implement DTDValidationSchema
 class DTDSubset
          This 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.
 class DTDSubsetImpl
          The default implementation of DTDSubset
 

Uses of DTDValidationSchema in com.ctc.wstx.sr
 

Methods in com.ctc.wstx.sr that return DTDValidationSchema
 DTDValidationSchema BasicStreamReader.getProcessedDTDSchema()
          Sub-class will override this method
 DTDValidationSchema ValidatingStreamReader.getProcessedDTDSchema()
           
 

Uses of DTDValidationSchema in org.codehaus.stax2
 

Methods in org.codehaus.stax2 that return DTDValidationSchema
 DTDValidationSchema DTDInfo.getProcessedDTDSchema()
          Method similar to DTDInfo.getProcessedDTD(), but type-safe.
 

Uses of DTDValidationSchema in org.codehaus.stax2.ri
 

Methods in org.codehaus.stax2.ri that return DTDValidationSchema
 DTDValidationSchema Stax2ReaderAdapter.getProcessedDTDSchema()
           
 DTDValidationSchema Stax2ReaderImpl.getProcessedDTDSchema()
           
 

Uses of DTDValidationSchema in org.codehaus.stax2.ri.dom
 

Methods in org.codehaus.stax2.ri.dom that return DTDValidationSchema
 DTDValidationSchema DOMWrappingReader.getProcessedDTDSchema()
           
 



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