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 class
DTDCdataAttr
SimpleDTDAttribute
sub-class used for plain vanilla CDATA valued attributes.class
DTDEntitiesAttr
Specific attribute class for attributes that contain (unique) identifiers.class
DTDEntityAttr
Specific attribute class for attributes that contain (unique) identifiers.class
DTDEnumAttr
Specific attribute class for attributes that have enumerated values.class
DTDIdAttr
Specific attribute class for attributes that contain (unique) identifiers.class
DTDIdRefAttr
Attribute class for attributes that contain references to elements that have matching identifier specified.class
DTDIdRefsAttr
Attribute class for attributes that contain multiple references to elements that have matching identifier specified.class
DTDNmTokenAttr
Specific attribute class for attributes that contain (unique) identifiers.class
DTDNmTokensAttr
Specific attribute class for attributes that contain (unique) identifiers.class
DTDNotationAttr
Specific 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. mAttrSpecs
List 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).Fields in com.ctc.wstx.dtd with type parameters of type DTDAttribute Modifier and Type Field Description protected HashMap<PrefixedName,DTDAttribute>
DTDValidatorBase. mCurrAttrDefs
Attribute definitions for attributes the current element may haveprotected static HashMap<PrefixedName,DTDAttribute>
DTDValidatorBase. NO_ATTRS
Methods in com.ctc.wstx.dtd that return DTDAttribute Modifier and Type Method Description DTDAttribute
DTDElement. 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 elementDTDAttribute
DTDElement. 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 DTDAttribute
DTDAttribute. cloneWith(int specIndex)
DTDAttribute
DTDCdataAttr. cloneWith(int specIndex)
DTDAttribute
DTDEntitiesAttr. cloneWith(int specIndex)
DTDAttribute
DTDEntityAttr. cloneWith(int specIndex)
DTDAttribute
DTDEnumAttr. cloneWith(int specIndex)
DTDAttribute
DTDIdAttr. cloneWith(int specIndex)
DTDAttribute
DTDIdRefAttr. cloneWith(int specIndex)
DTDAttribute
DTDIdRefsAttr. cloneWith(int specIndex)
DTDAttribute
DTDNmTokenAttr. cloneWith(int specIndex)
DTDAttribute
DTDNmTokensAttr. cloneWith(int specIndex)
DTDAttribute
DTDNotationAttr. cloneWith(int specIndex)
DTDAttribute
DTDElement. getIdAttribute()
DTDAttribute
DTDElement. getNotationAttribute()
Methods in com.ctc.wstx.dtd that return types with arguments of type DTDAttribute Modifier and Type Method Description HashMap<PrefixedName,DTDAttribute>
DTDElement. getAttributes()
protected HashMap<String,DTDAttribute>
DTDElement. getNsDefaults()
List<DTDAttribute>
DTDElement. getSpecialAttrs()
Methods in com.ctc.wstx.dtd with parameters of type DTDAttribute Modifier and Type Method Description protected void
DTDValidatorBase. doAddDefaultValue(DTDAttribute attr)
-