Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ElementIdMap |
DTDValidator.mIdMap
Information about declared and referenced element ids (unique
ids that attributes may defined, as defined by DTD)
|
Modifier and Type | Method and Description |
---|---|
protected abstract ElementIdMap |
DTDValidatorBase.getIdMap() |
protected ElementIdMap |
DTDTypingNonValidator.getIdMap() |
protected ElementIdMap |
DTDValidator.getIdMap() |
Modifier and Type | Field and Description |
---|---|
protected ElementIdMap |
GenericMsvValidator.mIdDefs
Map that contains information about element id (values of attributes
or textual content with type ID) declarations and references
|
Copyright © 2015 Codehaus. All Rights Reserved.