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

Packages that use InvalidQueryException
com.fatdog.xmlEngine Core classes and methods. 
com.fatdog.xmlEngine.exceptions Things that go bump in the night. 
com.fatdog.xmlEngine.junitTest A variety of tests for testing program functionality. 
 

Uses of InvalidQueryException in com.fatdog.xmlEngine
 

Methods in com.fatdog.xmlEngine that throw InvalidQueryException
 ResultList XQEngine.setQueryFromFile(java.lang.String file)
          An alternative form of XQEngine.setQuery(String).
 ResultList XQEngine.setQuery(java.lang.String query)
          Pass an XQuery query to the engine, get a ResultList back.
 ResultList Variables.evalVariableValue(java.lang.String variableName)
           
 ResultList TreeWalker.ifThenElse(SimpleNode ifClause, SimpleNode thenClause, SimpleNode elseClause)
           
 ResultList TreeWalker.constructedFilterTree(SimpleNode Q1, SimpleNode childOp, SimpleNode parent)
           
 ResultList ResultList.newInteger(java.lang.String integer)
           
 ResultList ResultList.newNamedParentOfNamedChild(java.lang.String parentName, java.lang.String childName, boolean isAttribute, boolean isPredicate)
           
 ResultList ResultList.newLeafNodeLists(int nodeType, java.lang.String qName)
           
 ResultList ResultList.newSiblingLists(int siblingType, java.lang.String qName)
           
 ResultList ResultList.newSiblingLists(int siblingType, java.lang.String qName, int subscript)
           
 ResultList ResultList.newNamedNodesAtRoot(java.lang.String elementName)
           
 ResultList ResultList.newParentOf(int type, java.lang.String childName)
           
 ResultList ResultList.namedAncestor(java.lang.String ancestor, int nodeType)
           
 ResultList ResultList.namedParentOfEvaledChild(java.lang.String namedParent)
           
 ResultList ResultList.namedChildOfParent(java.lang.String child, int type, boolean isPredicate)
           
 ResultList ResultList.contains_word(java.util.Vector words, java.util.Vector flags)
           
 void ResultList.sort(IntList orderSpecList, IntList returnCounts)
           
 ResultList ResultList.generalCompareOnLhs(java.lang.String op, ResultList lhs, ResultList rhs)
           
 ResultList ResultList.generalCompare(java.lang.String op, ResultList lhs, ResultList rhs)
           
 boolean ResultList.getSingleBooleanValue()
           
 ResultList FandO.dispatchNamedFunction(SimpleNode node, java.lang.String name, SimpleNode args)
          The public FandO interface for built-in functions.
 ResultList FandO.contains_word(SimpleNode path, SimpleNode wordsPlusFlag)
          Return a sequence of nodes containing the word(s) of interest.
 boolean DocItems.generalCompareOnLhs(java.lang.String compareOp, DocItems doc_2)
           
 boolean DocItems.generalCompare(java.lang.String compareOp, DocItems doc_2)
           
 

Uses of InvalidQueryException in com.fatdog.xmlEngine.exceptions
 

Subclasses of InvalidQueryException in com.fatdog.xmlEngine.exceptions
 class CategorizedInvalidQueryException
          An InvalidQueryException subclass with specif error type information.
 

Uses of InvalidQueryException in com.fatdog.xmlEngine.junitTest
 

Methods in com.fatdog.xmlEngine.junitTest that throw InvalidQueryException
 void XQueryUseCases.test_XMP_1()
           
 void XQueryUseCases.test_XMP_2()
           
 void XQueryUseCases.test_XMP_3()
           
 void XQueryUseCases.test_XMP_5()
           
 void XQueryUseCases.test_XMP_7()
           
 void XQueryUseCases.test_XMP_11()
           
 void XQueryUseCases.test_SEQ_1()
           
 void XQueryUseCases.test_SEQ_2()
           
 void XQueryUseCases.test_SEQ_4()
           
 void XQueryUseCases.test_TREE_2()
           
 void XQueryUseCases.test_TREE_3()
           
 void XQueryUseCases.test_TREE_4()
           
 void XQueryUseCases.test_TREE_5()
           
 void TwoFileXPaths.test_filter_1()
           
 void TwoFileXPaths.test_filter_2_1()
           
 void TwoFileXPaths.test_filter_2_2()
           
 void TwoFileXPaths.test_filter_3()
           
 void TwoFileXPaths.test_filter_4_1()
           
 void TwoFileXPaths.test_filter_4_2()
           
 void TwoFileXPaths.test_filter_5_1()
           
 void TwoFileXPaths.test_filter_5_2()
           
 void TwoFileXPaths.test_filter_5_3()
           
 void TwoFileXPaths.test_filter_7()
           
 void TwoFileXPaths.test_filter_8()
           
 void TwoFileXPaths.test_node_1()
           
 void TwoFileXPaths.test_node_2()
           
 void TwoFileXPaths.test_parent_1()
           
 void TwoFileXPaths.test_root_4()
           
 void TwoFileXPaths.test_subscripts_1()
           
 void TwoFileXPaths.test_subscripts_14()
           
 void TwoFileXPaths.test_parent_2_2()
           
 void TwoFileXPaths.test_text_1()
           
 void TwoFileXPaths.test_wildcard_1()
           
 void ProtocolHandlerTest.test_goodHandler_1()
          Index two "XYZ::"-scheme based documents and query their content.
 void ProtocolHandlerTest.test_goodHandler_2()
          Ask the protocol handler indirectly to return content from one document on a query.
 void ProtocolHandlerTest.test_goodHandler_3()
          Ask the protocol handler to return content from a second document on a query.
 void ProtocolHandlerTest.test_badHandler_3()
           
 void OneFileXPaths.test_attributes_1()
           
 void OneFileXPaths.test_attributes_2()
           
 void OneFileXPaths.test_attributes_3()
           
 void OneFileXPaths.test_child_1()
           
 void OneFileXPaths.test_child_2()
           
 void OneFileXPaths.test_child_3()
           
 void OneFileXPaths.test_descendants_1()
           
 void OneFileXPaths.test_descendants_2()
           
 void OneFileXPaths.test_descendants_3()
           
 void OneFileXPaths.test_descendants_4()
           
 void OneFileXPaths.test_filter_00()
           
 void OneFileXPaths.test_filter_0()
           
 void OneFileXPaths.test_filter_1()
           
 void OneFileXPaths.test_filter_2()
           
 void OneFileXPaths.test_filter_3()
           
 void OneFileXPaths.test_filter_4()
           
 void OneFileXPaths.test_filter_5()
           
 void OneFileXPaths.test_filter_6()
           
 void OneFileXPaths.test_filter_7()
           
 void OneFileXPaths.test_filter_8()
           
 void OneFileXPaths.test_misc_nodeTypesAtLeaf_1()
           
 void OneFileXPaths.test_misc_nodeTypesAtLeaf_2()
           
 void OneFileXPaths.test_misc_nodeTypesAtLeaf_3()
           
 void OneFileXPaths.test_misc_nodeTypesAtLeaf_4()
           
 void OneFileXPaths.test_node_1()
           
 void OneFileXPaths.test_node_2()
           
 void OneFileXPaths.test_node_3()
           
 void OneFileXPaths.test_node_4()
           
 void OneFileXPaths.test_parent_1()
           
 void OneFileXPaths.test_parent_2()
           
 void OneFileXPaths.test_parent_3()
           
 void OneFileXPaths.test_parent_4()
           
 void OneFileXPaths.test_root_1()
           
 void OneFileXPaths.test_root_2()
           
 void OneFileXPaths.test_root_3()
           
 void OneFileXPaths.test_root_4()
           
 void OneFileXPaths.test_root_5()
           
 void OneFileXPaths.test_root_6()
           
 void OneFileXPaths.test_subscripts_1()
           
 void OneFileXPaths.test_subscripts_2()
           
 void OneFileXPaths.test_subscripts_3()
           
 void OneFileXPaths.test_subscripts_4()
           
 void OneFileXPaths.test_subscripts_5()
           
 void OneFileXPaths.test_subscripts_6()
           
 void OneFileXPaths.test_subscripts_7()
           
 void OneFileXPaths.test_subscripts_8()
           
 void OneFileXPaths.test_subscripts_9()
           
 void OneFileXPaths.test_subscripts_10()
           
 void OneFileXPaths.test_subscripts_11()
           
 void OneFileXPaths.test_subscripts_12()
           
 void OneFileXPaths.test_subscripts_13()
           
 void OneFileXPaths.test_subscripts_14()
           
 void OneFileXPaths.test_subscripts_15()
           
 void OneFileXPaths.test_text_1()
           
 void OneFileXPaths.test_text_2()
           
 void OneFileXPaths.test_text_3()
           
 void OneFileXPaths.test_text_4()
           
 void OneFileXPaths.test_wildcard_1()
           
 void OneFileXPaths.test_wildcard_2()
           
 void Namespaces.test_ns_1()
           
 void Namespaces.test_ns_2()
           
 void Namespaces.test_ns_3()
           
 void Namespaces.test_ns_4()
           
 void Namespaces.test_ns_5()
           
 void Namespaces.test_ns_6()
           
 void Namespaces.test_ns_7()
           
 void Namespaces.test_ns_8()
           
 void Namespaces.test_ns_9()
           
 void Namespaces.test_ns_10()
           
 void Functions.test_boolean_1()
          Testing the Effective Boolean Value of various arguments
 void Functions.test_boolean_2()
           
 void Functions.test_boolean_3()
           
 void Functions.test_boolean_4()
           
 void Functions.test_boolean_5()
           
 void Functions.test_boolean_6()
           
 void Functions.test_boolean_7()
           
 void Functions.test_boolean_8()
           
 void Functions.test_boolean_9()
           
 void Functions.test_contains_word_1()
          A slash (/) separates "TCP" and "IP" into two words for word breaking.
 void Functions.test_contains_word_2()
          By default, word case is irrelevant.
 void Functions.test_contains_word_3()
          Case is significant if you want it to be.
 void Functions.test_contains_word_4()
           
 void Functions.test_contains_word_5()
          Internal whitespace and/or punctuation acts to delimit words.
 void Functions.test_contains_word_6()
          Any in-word separators will do.
 void Functions.test_contains_word_7()
          Any number of explicit word arguments is fine as well.
 void Functions.test_contains_word_8()
          If *any* words are missing, the search fails.
 void Functions.test_countDocuments()
           
 void Functions.test_count_1()
           
 void Functions.test_count_2()
           
 void Functions.test_count_3()
           
 void Functions.test_count_4()
           
 void Functions.test_doc_0()
           
 void Functions.test_doc_1()
           
 void Functions.test_doc_2()
           
 void Functions.test_doc_3()
           
 void Functions.test_doc_4()
           
 void Functions.test_empty_1()
           
 void Functions.test_empty_2()
           
 void Functions.test_exists_1()
           
 void Functions.test_exists_2()
           
 void Functions.test_name_1()
           
 void Functions.test_name_2()
           
 void Functions.test_name_3()
           
 void Functions.test_name_5()
           
 void Functions.test_string_2()
           
 void Functions.test_string_3()
           
 void Functions.test_string_4()
           
 void Functions.test_string_5()
           
 void Functions.test_string_6()
           
 void Functions.test_string_7()
           
 void Functions.test_trueFalse_1()
           
 void Functions.test_trueFalse_2()
           
 void Expressions.test_ctor_0()
           
 void Expressions.test_flwor_1()
           
 void Expressions.test_flwor_2()
           
 void Expressions.test_flwor_3()
           
 void Expressions.test_flwor_4()
           
 void Expressions.test_flwor_5()
           
 void Expressions.test_flwor_6()
           
 void Expressions.test_flwor_7()
           
 void Expressions.test_flwor_9()
           
 void Expressions.test_flwor_10()
           
 void Expressions.test_flwor_11()
           
 void Expressions.test_flwor_12()
           
 void Expressions.test_flwor_13()
           
 void Expressions.test_flwor_14()
           
 void Expressions.test_generalComp_1()
           
 void Expressions.test_generalComp_2()
           
 void Expressions.test_generalComp_3()
           
 void Expressions.test_generalComp_4()
           
 void Expressions.test_generalComp_5()
           
 void Expressions.test_generalComp_6()
           
 void Expressions.test_generalComp_7()
           
 void Expressions.test_generalComp_8()
           
 void Expressions.test_generalComp_9()
           
 void Expressions.test_generalComp_12()
           
 void Expressions.test_generalComp_13()
           
 void Expressions.test_ifthenelse_1()
           
 void Expressions.test_intLiteral_1()
           
 void Expressions.test_orderComparison_2()
           
 void Expressions.test_orderComparison_3()
           
 void Expressions.test_orderComparison_4()
           
 void Expressions.test_sequence_1()
           
 void Expressions.test_sequence_2()
           
 void Expressions.test_sequence_3()
           
 void Expressions.test_sequence_4()
           
 void Expressions.test_sequence_5()
           
 void Expressions.test_sequence_6()
           
 void Expressions.test_some_1()
           
 void Expressions.test_some_2()
           
 void Expressions.test_some_3()
           
 void Expressions.test_some_4()
           
 void Expressions.test_stringLiteral()
           
 void Constructors.test_boundaryWhitespace_0()
           
 void Constructors.test_boundaryWhitespace_1()
           
 void Constructors.test_boundaryWhitespace_2()
           
 void Constructors.test_boundaryWhitespace_3()
           
 void Constructors.test_boundaryWhitespace_4()
           
 void Constructors.test_boundaryWhitespace_5()
           
 void Constructors.test_boundaryWhitespace_6()
           
 void Constructors.test_boundaryWhitespace_7()
           
 void Constructors.test_boundaryWhitespace_8()
           
 void Constructors.test_ctor_1()
           
 void Constructors.test_ctor_2()
           
 void Constructors.test_ctor_3()
           
 void Constructors.test_ctor_4()
           
 void Constructors.test_ctor_5()
           
 void Constructors.test_ctor_6()
           
 void Constructors.test_ctor_7()
           
 void Constructors.test_ctor_8()
           
 void Constructors.test_ctor_9()
           
 void Constructors.test_ctor_10()
           
 void Constructors.test_ctor_11()
           
 void Constructors.test_ctor_12()
           
 void Constructors.test_ctor_13()
           
 void Constructors.test_ctor_14()
           
 void Constructors.test_ctor_15()