Uses of Class
com.ctc.wstx.dtd.DefaultAttrValue
-
Packages that use DefaultAttrValue Package Description com.ctc.wstx.dtd Package that contains Woodstox classes that implement DTD handling. -
-
Uses of DefaultAttrValue in com.ctc.wstx.dtd
Fields in com.ctc.wstx.dtd declared as DefaultAttrValue Modifier and Type Field Description (package private) DefaultAttrValue
FullDTDReader. mCurrAttrDefault
This is the attribute default value that is currently being parsed.protected DefaultAttrValue
DTDAttribute. mDefValue
(package private) static DefaultAttrValue
DefaultAttrValue. sImplied
(package private) static DefaultAttrValue
DefaultAttrValue. sRequired
Methods in com.ctc.wstx.dtd that return DefaultAttrValue Modifier and Type Method Description static DefaultAttrValue
DefaultAttrValue. constructFixed()
static DefaultAttrValue
DefaultAttrValue. constructImplied()
static DefaultAttrValue
DefaultAttrValue. constructOptional()
static DefaultAttrValue
DefaultAttrValue. constructRequired()
Methods in com.ctc.wstx.dtd with parameters of type DefaultAttrValue 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.private void
FullDTDReader. parseAttrDefaultValue(DefaultAttrValue defVal, char quoteChar, PrefixedName attrName, javax.xml.stream.Location loc, boolean gotFixed)
This method is similar toFullDTDReader.parseEntityValue(java.lang.String, javax.xml.stream.Location, char)
in some ways, but has some notable differences, due to the way XML specs define differences.Constructors in com.ctc.wstx.dtd with parameters of type DefaultAttrValue Constructor Description DTDAttribute(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11)
DTDCdataAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11)
DTDEntitiesAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11)
Main constructor.DTDEntityAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11)
Main constructor.DTDEnumAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11, WordResolver enumValues)
DTDIdAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11)
Main constructor.DTDIdRefAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11)
Main constructor.DTDIdRefsAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11)
Main constructor.DTDNmTokenAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11)
Main constructor.DTDNmTokensAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11)
Main constructor.DTDNotationAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11, WordResolver enumValues)
-