A C E F G I N O P R S V X 
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 NodeList returning that array.
init() - Method in class org.shredzone.commons.xml.XQueryTest
Sets up a new XQuery instance.

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 Reader based parser.
parserStringTest() - Method in class org.shredzone.commons.xml.XQueryTest
Test String based 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? Does XQuery.text() return the text content?
siblingTest() - Method in class org.shredzone.commons.xml.XQueryTest
Does XQuery.previousSibling() and XQuery.nextSibling() return the correct siblings?
simpleTest() - Method in class org.shredzone.commons.xml.NodeListSpliteratorTest
Does the NodeListSpliterator.tryAdvance(java.util.function.Consumer) return all NodeList elements, in correct order?
splitTest() - Method in class org.shredzone.commons.xml.NodeListSpliteratorTest
Does NodeListSpliterator.trySplit() split up correctly, leaving two spliterators containing half of the NodeList each?
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 root XQuery return 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) and XQuery.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
 
A C E F G I N O P R S V X 
All Classes All Packages