Uses of Class
com.ctc.wstx.util.ElementIdMap
-
Packages that use ElementIdMap Package Description com.ctc.wstx.dtd Package that contains Woodstox classes that implement DTD handling. -
-
Uses of ElementIdMap in com.ctc.wstx.dtd
Fields in com.ctc.wstx.dtd declared as ElementIdMap Modifier and Type Field Description 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 Modifier and Type Method Description protected ElementIdMap
DTDTypingNonValidator. getIdMap()
protected ElementIdMap
DTDValidator. getIdMap()
protected abstract ElementIdMap
DTDValidatorBase. getIdMap()
-