Uses of Class
com.ctc.wstx.dtd.DTDAttribute
-
Packages that use DTDAttribute Package Description com.ctc.wstx.dtd Package that contains Woodstox classes that implement DTD handling. -
-
Uses of DTDAttribute in com.ctc.wstx.dtd
Subclasses of DTDAttribute in com.ctc.wstx.dtd Modifier and Type Class Description classDTDCdataAttrSimpleDTDAttributesub-class used for plain vanilla CDATA valued attributes.classDTDEntitiesAttrSpecific attribute class for attributes that contain (unique) identifiers.classDTDEntityAttrSpecific attribute class for attributes that contain (unique) identifiers.classDTDEnumAttrSpecific attribute class for attributes that have enumerated values.classDTDIdAttrSpecific attribute class for attributes that contain (unique) identifiers.classDTDIdRefAttrAttribute class for attributes that contain references to elements that have matching identifier specified.classDTDIdRefsAttrAttribute class for attributes that contain multiple references to elements that have matching identifier specified.classDTDNmTokenAttrSpecific attribute class for attributes that contain (unique) identifiers.classDTDNmTokensAttrSpecific attribute class for attributes that contain (unique) identifiers.classDTDNotationAttrSpecific attribute class for attributes that are of NOTATION type, and also contain enumerated set of legal values.Fields in com.ctc.wstx.dtd declared as DTDAttribute Modifier and Type Field Description protected DTDAttribute[]DTDValidatorBase. mAttrSpecsList of attribute declarations/specifications, one for each attribute of the current element, for which there is a matching value (either explicitly defined, or assigned via defaulting).(package private) DTDAttributeDTDElement. mIdAttrId attribute instance, if one already declared for this element; can only have up to one such attribute per element.(package private) DTDAttributeDTDElement. mNotationAttrNotation attribute instance, if one already declared for this element; can only have up to one such attribute per element.Fields in com.ctc.wstx.dtd with type parameters of type DTDAttribute Modifier and Type Field Description (package private) java.util.HashMap<PrefixedName,DTDAttribute>DTDElement. mAttrMapprotected java.util.HashMap<PrefixedName,DTDAttribute>DTDValidatorBase. mCurrAttrDefsAttribute definitions for attributes the current element may have(package private) java.util.HashMap<java.lang.String,DTDAttribute>DTDElement. mNsDefaultsSet of namespace declarations with default values, if any (regular ns pseudo-attr declarations are just ignored)(package private) java.util.ArrayList<DTDAttribute>DTDElement. mSpecAttrListOrdered list of attributes that have 'special' properties (attribute is required, has a default value [regular or fixed]); these attributes have to be specifically checked after actual values have been resolved.protected static java.util.HashMap<PrefixedName,DTDAttribute>DTDValidatorBase. NO_ATTRSMethods in com.ctc.wstx.dtd that return DTDAttribute Modifier and Type Method Description DTDAttributeDTDElement. addAttribute(InputProblemReporter rep, PrefixedName attrName, int valueType, DefaultAttrValue defValue, WordResolver enumValues, boolean fullyValidate)Method called by DTD parser when it has read information about an attribute that belong to this elementDTDAttributeDTDElement. addNsDefault(InputProblemReporter rep, PrefixedName attrName, int valueType, DefaultAttrValue defValue, boolean fullyValidate)Method called to add a definition of a namespace-declaration pseudo-attribute with a default value.abstract DTDAttributeDTDAttribute. cloneWith(int specIndex)DTDAttributeDTDCdataAttr. cloneWith(int specIndex)DTDAttributeDTDEntitiesAttr. cloneWith(int specIndex)DTDAttributeDTDEntityAttr. cloneWith(int specIndex)DTDAttributeDTDEnumAttr. cloneWith(int specIndex)DTDAttributeDTDIdAttr. cloneWith(int specIndex)DTDAttributeDTDIdRefAttr. cloneWith(int specIndex)DTDAttributeDTDIdRefsAttr. cloneWith(int specIndex)DTDAttributeDTDNmTokenAttr. cloneWith(int specIndex)DTDAttributeDTDNmTokensAttr. cloneWith(int specIndex)DTDAttributeDTDNotationAttr. cloneWith(int specIndex)private DTDAttributeDTDElement. doAddAttribute(java.util.Map<PrefixedName,DTDAttribute> attrMap, InputProblemReporter rep, DTDAttribute attr, java.util.List<DTDAttribute> specList, boolean fullyValidate)DTDAttributeDTDElement. getIdAttribute()DTDAttributeDTDElement. getNotationAttribute()Methods in com.ctc.wstx.dtd that return types with arguments of type DTDAttribute Modifier and Type Method Description java.util.HashMap<PrefixedName,DTDAttribute>DTDElement. getAttributes()protected java.util.HashMap<java.lang.String,DTDAttribute>DTDElement. getNsDefaults()java.util.List<DTDAttribute>DTDElement. getSpecialAttrs()private java.util.List<DTDAttribute>DTDElement. getSpecialList()Methods in com.ctc.wstx.dtd with parameters of type DTDAttribute Modifier and Type Method Description private DTDAttributeDTDElement. doAddAttribute(java.util.Map<PrefixedName,DTDAttribute> attrMap, InputProblemReporter rep, DTDAttribute attr, java.util.List<DTDAttribute> specList, boolean fullyValidate)protected voidDTDValidatorBase. doAddDefaultValue(DTDAttribute attr)Method parameters in com.ctc.wstx.dtd with type arguments of type DTDAttribute Modifier and Type Method Description private DTDAttributeDTDElement. doAddAttribute(java.util.Map<PrefixedName,DTDAttribute> attrMap, InputProblemReporter rep, DTDAttribute attr, java.util.List<DTDAttribute> specList, boolean fullyValidate)private DTDAttributeDTDElement. doAddAttribute(java.util.Map<PrefixedName,DTDAttribute> attrMap, InputProblemReporter rep, DTDAttribute attr, java.util.List<DTDAttribute> specList, boolean fullyValidate)
-