A C E F G I N O P R S V X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- allValueTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does
XQuery.allValue(String)return the text contents of the matching elements, recursively? - attrEmptyTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does
XQuery.attr()return an empty map of attributes when there are none? - attrManyTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does
XQuery.attr()return a map of multiple attributes? - attrTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does
XQuery.attr()return a map of attributes?
C
- cdataTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Are CDATA elements read as text?
- characteristicsTest() - Method in class org.shredzone.commons.xml.NodeListSpliteratorTest
-
Is
NodeListSpliterator.characteristics()returning the correct characteristics?
E
- existsTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does
XQuery.exists(String)return a correct answer.
F
- fullSplitTest() - Method in class org.shredzone.commons.xml.NodeListSpliteratorTest
-
Does
NodeListSpliterator.trySplit()split up correctly to the limits?
G
- getMultipleFailTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does
XQuery.get(String)throw an exception if multiple elements are found? - getNoneFailTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does
XQuery.get(String)throw an exception if there is no such element? - getTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does
XQuery.get(String)return a single element?
I
- init() - Method in class org.shredzone.commons.xml.NodeListSpliteratorTest
-
Sets up an array of nodes and a
NodeListreturning that array. - init() - Method in class org.shredzone.commons.xml.XQueryTest
-
Sets up a new
XQueryinstance.
N
- noCommentTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Are comments ignored?
- NodeListSpliteratorTest - Class in org.shredzone.commons.xml
-
Unit tests for the
NodeListSpliterator. - NodeListSpliteratorTest() - Constructor for class org.shredzone.commons.xml.NodeListSpliteratorTest
O
- org.shredzone.commons.xml - package org.shredzone.commons.xml
P
- parentOfRootTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does
XQuery.parent()return empty on root? - parentTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does
XQuery.parent()return the correct parent node? - parserFailTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Test parser error on bad XML.
- parserReaderTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Test
Readerbased parser. - parserStringTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Test
Stringbased parser.
R
- rootOfRootTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does
XQuery.parent()return empty on root? - rootTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does
XQuery.parent()return the correct parent node?
S
- selectFailTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does
XQuery.select(String)fail on bad XPath? - selectTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does
XQuery.select(String)return the correct elements? DoesXQuery.text()return the text content? - siblingTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does
XQuery.previousSibling()andXQuery.nextSibling()return the correct siblings? - simpleTest() - Method in class org.shredzone.commons.xml.NodeListSpliteratorTest
-
Does the
NodeListSpliterator.tryAdvance(java.util.function.Consumer)return allNodeListelements, in correct order? - splitTest() - Method in class org.shredzone.commons.xml.NodeListSpliteratorTest
-
Does
NodeListSpliterator.trySplit()split up correctly, leaving two spliterators containing half of theNodeListeach? - streamTest() - Method in class org.shredzone.commons.xml.NodeListSpliteratorTest
-
Does the
NodeListSpliterator.stream()method return a stream containing all remaining elements? - streamTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does the
XQuery.stream()of the rootXQueryreturn the root element? - subStreamTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does the
XQuery.stream()of a subelement return the child elements of that element?
V
- value3Test() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does
XQuery.select(String)andXQuery.allText()return the text contents of the entire subtree? - valueNonRecursiveTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Is
XQuery.value(String)non-recursive, i.e. - valueTest() - Method in class org.shredzone.commons.xml.XQueryTest
-
Does
XQuery.value(String)return the text contents of the matching elements?
X
- XQueryTest - Class in org.shredzone.commons.xml
-
Unit tests for
XQuery. - XQueryTest() - Constructor for class org.shredzone.commons.xml.XQueryTest
All Classes All Packages