Uses of Class
com.fatdog.xmlEngine.exceptions.CategorizedInvalidQueryException

Packages that use CategorizedInvalidQueryException
com.fatdog.xmlEngine.words Low-level routines for word storage and string <=> intKey conversions. 
 

Uses of CategorizedInvalidQueryException in com.fatdog.xmlEngine.words
 

Methods in com.fatdog.xmlEngine.words that throw CategorizedInvalidQueryException
 int[] WordManager.keysFromQName(java.lang.String qName)
          Returns either a prefix key + localPart key pair, or a namespace index plus localPart key pair, depending on the value of the boolean argument to m_engine.setUseLexicalPrefixes(true/false).