Uses of Class
com.ctc.wstx.util.WordResolver
-
Packages that use WordResolver Package Description com.ctc.wstx.dtd Package that contains Woodstox classes that implement DTD handling.com.ctc.wstx.util Contains utility classes that are not directly Woodstox specific, but are for now only used by Woodstox. -
-
Uses of WordResolver in com.ctc.wstx.dtd
Methods in com.ctc.wstx.dtd with parameters of type WordResolver 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 elementprotected void
FullDTDReader. checkXmlSpaceAttr(int type, WordResolver enumValues)
String
DTDAttribute. validateEnumValue(char[] cbuf, int start, int end, boolean normalize, WordResolver res)
Method called by validation/normalization code for enumeration-valued attributes, to trim specified attribute value (full normalization not needed -- called for values that CAN NOT have spaces inside; such values can not be legal), and then check whether it is included in set of words (tokens) passed in.Constructors in com.ctc.wstx.dtd with parameters of type WordResolver Constructor Description DTDEnumAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11, WordResolver enumValues)
DTDNotationAttr(PrefixedName name, DefaultAttrValue defValue, int specIndex, boolean nsAware, boolean xml11, WordResolver enumValues)
-
Uses of WordResolver in com.ctc.wstx.util
Methods in com.ctc.wstx.util that return WordResolver Modifier and Type Method Description static WordResolver
WordResolver. constructInstance(TreeSet<String> wordSet)
Tries to construct an instance given ordered set of words.
-