Uses of Class
com.ctc.wstx.dtd.DTDId

Packages that use DTDId
com.ctc.wstx.dtd   
com.ctc.wstx.sr   
com.ctc.wstx.stax   
 

Uses of DTDId in com.ctc.wstx.dtd
 

Methods in com.ctc.wstx.dtd that return DTDId
static DTDId DTDId.construct(String publicId, URI systemId, int configFlags, boolean xml11)
           
static DTDId DTDId.constructFromPublicId(String publicId, int configFlags, boolean xml11)
           
static DTDId DTDId.constructFromSystemId(URI systemId, int configFlags, boolean xml11)
           
 

Uses of DTDId in com.ctc.wstx.sr
 

Methods in com.ctc.wstx.sr that return DTDId
protected  DTDId ValidatingStreamReader.constructDtdId(String pubId, String sysId)
           
protected  DTDId ValidatingStreamReader.constructDtdId(URI sysId)
           
 

Methods in com.ctc.wstx.sr with parameters of type DTDId
 void ReaderCreator.addCachedDTD(DTDId id, DTDSubset extSubset)
           
 DTDSubset ReaderCreator.findCachedDTD(DTDId id)
           
 

Uses of DTDId in com.ctc.wstx.stax
 

Methods in com.ctc.wstx.stax with parameters of type DTDId
 void WstxInputFactory.addCachedDTD(DTDId id, DTDSubset extSubset)
           
 DTDSubset WstxInputFactory.findCachedDTD(DTDId id)
          Method readers created by this factory call, if DTD caching is enabled, to see if an external DTD (subset) has been parsed and cached earlier.
 



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