Uses of Class
com.ctc.wstx.util.WordResolver

Packages that use WordResolver
com.ctc.wstx.dtd   
com.ctc.wstx.util   
 

Uses of WordResolver in com.ctc.wstx.dtd
 

Methods in com.ctc.wstx.dtd with parameters of type WordResolver
 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 element
protected  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
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
static WordResolver WordResolver.constructInstance(TreeSet wordSet)
          Tries to construct an instance given ordered set of words.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.