Uses of Class
com.ctc.wstx.util.ElementIdMap

Packages that use ElementIdMap
com.ctc.wstx.dtd Package that contains Woodstox classes that implement DTD handling. 
com.ctc.wstx.msv Package that contains Multi-Schema Validator (MSV) based validator implementations for schema languages other than DTD. 
 

Uses of ElementIdMap in com.ctc.wstx.dtd
 

Fields in com.ctc.wstx.dtd declared as ElementIdMap
protected  ElementIdMap DTDValidator.mIdMap
          Information about declared and referenced element ids (unique ids that attributes may defined, as defined by DTD)
 

Methods in com.ctc.wstx.dtd that return ElementIdMap
protected  ElementIdMap DTDTypingNonValidator.getIdMap()
           
protected abstract  ElementIdMap DTDValidatorBase.getIdMap()
           
protected  ElementIdMap DTDValidator.getIdMap()
           
 

Uses of ElementIdMap in com.ctc.wstx.msv
 

Fields in com.ctc.wstx.msv declared as ElementIdMap
protected  ElementIdMap GenericMsvValidator.mIdDefs
          Map that contains information about element id (values of attributes or textual content with type ID) declarations and references
 



Copyright © 2011 Codehaus. All Rights Reserved.