Uses of Class
com.ctc.wstx.util.WordResolver
Packages that use WordResolver
Package
Description
Package that contains Woodstox classes that implement DTD handling.
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
Fields in com.ctc.wstx.dtd declared as WordResolverModifier and TypeFieldDescription(package private) final WordResolver
DTDEnumAttr.mEnumValues
(package private) final WordResolver
DTDNotationAttr.mEnumValues
Methods in com.ctc.wstx.dtd that return WordResolverModifier and TypeMethodDescriptionprivate WordResolver
FullDTDReader.parseEnumerated
(DTDElement elem, PrefixedName attrName, boolean isNotation) Parsing method that reads a list of one or more space-separated tokens (nmtoken or name, depending on 'isNotation' argument)Methods in com.ctc.wstx.dtd with parameters of type WordResolverModifier and TypeMethodDescriptionDTDElement.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) 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 WordResolverModifierConstructorDescriptionDTDEnumAttr
(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 WordResolverModifier and TypeMethodDescriptionWordResolver.Builder.construct()
static WordResolver
WordResolver.constructInstance
(TreeSet<String> wordSet) Tries to construct an instance given ordered set of words.