$ A B C D E F G H I J L M N O P R S T U V W X _ 
All Classes All Packages

$

$() - Static method in class org.joox.JOOX
Wrap a new empty document
$(File) - Static method in class org.joox.JOOX
Read a DOM document from a file into a Match element set
$(InputStream) - Static method in class org.joox.JOOX
Read a DOM document from a stream into a Match element set
$(Reader) - Static method in class org.joox.JOOX
Read a DOM document from a reader into a Match element set
$(Object) - Static method in class org.joox.JOOX
Wrap a JAXB-marshallable element in a jOOX Match element set
$(String) - Static method in class org.joox.JOOX
Create a new DOM element in an independent document
$(String, String) - Static method in class org.joox.JOOX
Create a new DOM element in an independent document
$(String, Match...) - Static method in class org.joox.JOOX
Create a new DOM element in an independent document
$(String, Element...) - Static method in class org.joox.JOOX
Create a new DOM element in an independent document
$(URI) - Static method in class org.joox.JOOX
Convenience method for calling $(new File(uri))
$(URL) - Static method in class org.joox.JOOX
Convenience method for calling $(url.openStream())
$(Path) - Static method in class org.joox.JOOX
Read a DOM document from a file into a Match element set
$(Context) - Static method in class org.joox.JOOX
Convenience method for calling $(context.element())
$(Match) - Static method in class org.joox.JOOX
Convenience method for calling $(match)
$(Document) - Static method in class org.joox.JOOX
Wrap a DOM document in a jOOX Match element set
$(Element) - Static method in class org.joox.JOOX
Wrap a DOM element in a jOOX Match element set
$(Node) - Static method in class org.joox.JOOX
Wrap a DOM Node in a jOOX Match element set
$(NodeList) - Static method in class org.joox.JOOX
Wrap a DOM NodeList in a jOOX Match element set
$(InputSource) - Static method in class org.joox.JOOX
Read a DOM document from a file into a Match element set

A

a - Variable in class org.joox.selector.PseudoNthSpecifier
The parsed a value.
add(Match...) - Method in class org.joox.Impl
 
add(Match...) - Method in interface org.joox.Match
Add some elements to the set of matched elements
add(Element...) - Method in class org.joox.Impl
 
add(Element...) - Method in interface org.joox.Match
Add some elements to the set of matched elements
addElements(Collection<Element>) - Method in class org.joox.Impl
 
addElements(Element...) - Method in class org.joox.Impl
 
addNodeList(NodeList) - Method in class org.joox.Impl
 
addNodeLists(List<NodeList>) - Method in class org.joox.Impl
 
addUniqueElements(List<Element>) - Method in class org.joox.Impl
 
addUniqueElements(Element...) - Method in class org.joox.Impl
 
ADJACENT_SIBLING - org.joox.selector.Selector.Combinator
 
after(String) - Method in class org.joox.Impl
 
after(String) - Method in interface org.joox.Match
Add content after each element in the set of matched elements.
after(Content) - Method in class org.joox.Impl
 
after(Content) - Method in interface org.joox.Match
Add content after each element in the set of matched elements.
after(Match...) - Method in class org.joox.Impl
 
after(Match...) - Method in interface org.joox.Match
Add content after each element in the set of matched elements.
after(Element...) - Method in class org.joox.Impl
 
after(Element...) - Method in interface org.joox.Match
Add content after each element in the set of matched elements.
all() - Static method in class org.joox.JOOX
A filter that always returns true
ALL - Static variable in class org.joox.JOOX
 
and(Filter...) - Static method in class org.joox.JOOX
Combine filters
andSelf() - Method in class org.joox.Impl
 
andSelf() - Method in interface org.joox.Match
Add the previous set of matched elements to the current one.
append(String) - Method in class org.joox.Impl
 
append(String) - Method in interface org.joox.Match
Append content to the end of each element's content in the set of matched elements.
append(Content) - Method in class org.joox.Impl
 
append(Content) - Method in interface org.joox.Match
Append content to the end of each element's content in the set of matched elements.
append(Match...) - Method in class org.joox.Impl
 
append(Match...) - Method in interface org.joox.Match
Append content to the end of each element's content in the set of matched elements.
append(Element...) - Method in class org.joox.Impl
 
append(Element...) - Method in interface org.joox.Match
Append content to the end of each element's content in the set of matched elements.
argument - Variable in class org.joox.selector.PseudoNthSpecifier
The nth-* pseudo-class argument (i.e.
Assert - Class in org.joox.selector
Assertion utility methods.
Assert() - Constructor for class org.joox.selector.Assert
Private CTOR.
at(int...) - Static method in class org.joox.JOOX
A filter that returns true on elements at given iteration indexes
attr(String) - Method in class org.joox.Impl
 
attr(String) - Static method in class org.joox.JOOX
A filter that returns all elements with a given attribute
attr(String) - Method in interface org.joox.Match
Get an attribute from the first element in the set of matched elements, or null if the first element does not have that attribute.
attr(String, Class<T>) - Method in class org.joox.Impl
 
attr(String, Class<T>) - Method in interface org.joox.Match
Get a converted attribute from the first element in the set of matched elements, or null if the first element does not have that attribute.
attr(String, String) - Method in class org.joox.Impl
 
attr(String, String) - Static method in class org.joox.JOOX
A filter that returns all elements with a given attribute being set to a given value
attr(String, String) - Method in interface org.joox.Match
Set an attribute on all elements in the set of matched elements.
attr(String, String...) - Static method in class org.joox.JOOX
A filter that returns all elements with a given attribute being set to a given value
attr(String, Content) - Method in class org.joox.Impl
 
attr(String, Content) - Method in interface org.joox.Match
Set an attribute on all elements in the set of matched elements.
attr(Element, String) - Static method in class org.joox.Util
Get an attribute value if it exists, or null
attr(Element, String, boolean) - Static method in class org.joox.Util
Get an attribute value if it exists, or null
ATTRIBUTE - org.joox.selector.Specifier.Type
 
AttributeSpecifier - Class in org.joox.selector
An implementation of Specifier for attributes.
AttributeSpecifier(String) - Constructor for class org.joox.selector.AttributeSpecifier
Create a new attribute specifier with the specified attribute name.
AttributeSpecifier(String, String, AttributeSpecifier.Match) - Constructor for class org.joox.selector.AttributeSpecifier
Create a new attribute specifier with the specified name, value and match type.
AttributeSpecifier.Match - Enum in org.joox.selector
The type of match to perform for the attribute.
attrs(String) - Method in class org.joox.Impl
 
attrs(String) - Static method in class org.joox.JOOX
Create a mapper that returns all attributes with a given name
attrs(String) - Method in interface org.joox.Match
Get an attribute from all elements in the set of matched elements
attrs(String, Class<T>) - Method in class org.joox.Impl
 
attrs(String, Class<T>) - Method in interface org.joox.Match
Get a converted attribute from all elements in the set of matched elements
Attrs - Interface in org.joox
A wrapper for a NamedNodeMap that is returned when calling Node.getAttributes() on a matched element.
axis(boolean, Filter, Filter, Function<Node, Node>, Consumer<List<Element>>) - Method in class org.joox.Impl
 

B

b - Variable in class org.joox.selector.PseudoNthSpecifier
The parsed b value.
before(String) - Method in class org.joox.Impl
 
before(String) - Method in interface org.joox.Match
Add content before each element in the set of matched elements.
before(Content) - Method in class org.joox.Impl
 
before(Content) - Method in interface org.joox.Match
Add content before each element in the set of matched elements.
before(Match...) - Method in class org.joox.Impl
 
before(Match...) - Method in interface org.joox.Match
Add content before each element in the set of matched elements.
before(Element...) - Method in class org.joox.Impl
 
before(Element...) - Method in interface org.joox.Match
Add content before each element in the set of matched elements.
builder() - Static method in class org.joox.JOOX
Get a namespace-aware document builder

C

cdata() - Method in class org.joox.Impl
 
cdata() - Method in interface org.joox.Match
Get the CDATA content of the first element in the set of matched elements, or null if there are no matched elements.
cdata(int) - Method in class org.joox.Impl
 
cdata(int) - Method in interface org.joox.Match
Get the CDATA content at a given index in the current set of matched elements.
cdata(Class<T>) - Method in class org.joox.Impl
 
cdata(Class<T>) - Method in interface org.joox.Match
Get the converted CDATA content of the first element in the set of matched elements, or null if there are no matched elements.
cdata(String) - Method in class org.joox.Impl
 
cdata(String) - Method in interface org.joox.Match
Set some CDATA content to all elements in the set of matched elements (possibly replacing existing content).
cdata(Content) - Method in class org.joox.Impl
 
cdata(Content) - Method in interface org.joox.Match
Set some CDATA content to all elements in the set of matched elements (possibly replacing existing content).
cdatas() - Method in class org.joox.Impl
 
cdatas() - Method in interface org.joox.Match
Get all CDATA content of the elements in the set of matched elements.
cdatas(int...) - Method in class org.joox.Impl
 
cdatas(int...) - Method in interface org.joox.Match
Get all CDATA content of the elements at given indexes in the set of matched elements.
cdatas(Class<T>) - Method in class org.joox.Impl
 
cdatas(Class<T>) - Method in interface org.joox.Match
Get all converted CDATA content of the elements in the set of matched elements.
chain(Iterable<? extends Each>) - Static method in class org.joox.JOOX
Chain several instances of Each into a single one.
chain(Each...) - Static method in class org.joox.JOOX
Chain several instances of Each into a single one.
chained - Variable in class org.joox.Impl.ChainedContext
 
ChainedContext(NamespaceContext) - Constructor for class org.joox.Impl.ChainedContext
 
child() - Method in class org.joox.Impl
 
child() - Method in interface org.joox.Match
Find the first child of each element in the current set of matched elements.
child(int) - Method in class org.joox.Impl
 
child(int) - Method in interface org.joox.Match
Find the child at a given index of each element in the current set of matched elements.
child(String) - Method in class org.joox.Impl
 
child(String) - Method in interface org.joox.Match
Find the first matching child of each element in the current set of matched elements
child(Filter) - Method in class org.joox.Impl
 
child(Filter) - Method in interface org.joox.Match
Find the first matching child of each element in the current set of matched elements
CHILD - org.joox.selector.Selector.Combinator
 
children() - Method in class org.joox.Impl
 
children() - Method in interface org.joox.Match
Find all children of each element in the current set of matched elements.
children(int...) - Method in class org.joox.Impl
 
children(int...) - Method in interface org.joox.Match
Find all children of each element at given indexes in the current set of matched elements.
children(String) - Method in class org.joox.Impl
 
children(String) - Method in interface org.joox.Match
Find all children of each element in the current set of matched elements.
children(Filter) - Method in class org.joox.Impl
 
children(Filter) - Method in interface org.joox.Match
Find all children of each element in the current set of matched elements.
combinator - Variable in class org.joox.selector.Selector
Combinator
Combinator() - Constructor for enum org.joox.selector.Selector.Combinator
 
CONTAINS - org.joox.selector.AttributeSpecifier.Match
 
content() - Method in class org.joox.Impl
 
content() - Method in interface org.joox.Match
Get the XML content of the first element in the set of matched elements, or null if there are no matched elements.
content(int) - Method in class org.joox.Impl
 
content(int) - Method in interface org.joox.Match
Get the XML content at a given index in the current set of matched elements.
content(Object) - Method in class org.joox.Impl
 
content(Object) - Static method in class org.joox.JOOX
Get a constant content that returns a marshalled, JAXB-annotated value for all elements.
content(Object) - Method in interface org.joox.Match
Add some JAXB-marshallable XML content to all elements in the set of matched elements (possibly replacing existing content).
content(String) - Method in class org.joox.Impl
 
content(String) - Static method in class org.joox.JOOX
Get a constant content that returns the same value for all elements.
content(String) - Method in interface org.joox.Match
Add some XML content to all elements in the set of matched elements (possibly replacing existing content).
content(Content) - Method in class org.joox.Impl
 
content(Content) - Method in interface org.joox.Match
Add some XML content to all elements in the set of matched elements (possibly replacing existing content).
content(Context) - Method in interface org.joox.Content
The callback method invoked for every matched element.
content(Element) - Method in class org.joox.Impl
 
Content - Interface in org.joox
A Callback providing (mostly new) content for each element
contents() - Method in class org.joox.Impl
 
contents() - Method in interface org.joox.Match
Get all XML content of the elements in the set of matched elements.
contents(int...) - Method in class org.joox.Impl
 
contents(int...) - Method in interface org.joox.Match
Get all XML content of the elements at given indexes in the set of matched elements.
context(Element, int, int) - Static method in class org.joox.Util
Create a context object
context(Element, int, int, Element, int, int) - Static method in class org.joox.Util
Create a context object
Context - Interface in org.joox
The context object passed to callback methods in Content, Each, Filter, and Mapper
convert(String, Class<T>) - Static method in class org.joox.JOOX
Convert a string value to any of these types: String: The conversion has no effect Byte: Numeric conversion.
convert(List<String>, Class<T>) - Static method in class org.joox.JOOX
Convert several values
copy() - Method in class org.joox.Impl
 
copy() - Method in interface org.joox.Match
Get a copy of the Match wrapper.
createContent(Document, String) - Static method in class org.joox.Util
Create some content in the context of a given document
css2xpath(String) - Static method in class org.joox.selector.CSS2XPath
Convert a CSS selector expression to an XPath expression
css2xpath(String, boolean) - Static method in class org.joox.selector.CSS2XPath
Convert a CSS selector expression to an XPath expression
CSS2XPath - Class in org.joox.selector
A utility class converting CSS selector expressions to XPath expressions.
CSS2XPath() - Constructor for class org.joox.selector.CSS2XPath
 

D

DefaultContext - Class in org.joox
 
DefaultContext(Element, int, int) - Constructor for class org.joox.DefaultContext
 
DefaultContext(Element, int, int, Element, int, int) - Constructor for class org.joox.DefaultContext
 
defaultIfEmpty(String, String) - Static method in class org.joox.Util
 
DELIMITED - org.joox.Util.SplitState
The state within a word delimited by '"'
DESCENDANT - org.joox.selector.Selector.Combinator
 
document - Variable in class org.joox.Impl
 
document() - Method in class org.joox.Impl
 
document() - Method in interface org.joox.Match
Get the underlying document of the set of matched elements.

E

each() - Method in class org.joox.Impl
 
each() - Method in interface org.joox.Match
Get all elements in the set of matched elements in a list of matches, every match representing one element
each(Iterable<? extends Each>) - Method in class org.joox.Impl
 
each(Iterable<? extends Each>) - Method in interface org.joox.Match
Execute several callbacks for every element in the current set of matched elements.
each(Context) - Method in interface org.joox.Each
The callback method invoked for every matched element.
each(Each) - Method in class org.joox.Impl
 
each(Each) - Method in interface org.joox.Match
Execute a callback for every element in the current set of matched elements.
each(Each...) - Method in class org.joox.Impl
 
each(Each...) - Method in interface org.joox.Match
Execute several callbacks for every element in the current set of matched elements.
Each - Interface in org.joox
A callback to be executed for a set of matched elements.
element - Variable in class org.joox.DefaultContext
 
element() - Method in interface org.joox.Context
The element currently being iterated on.
element() - Method in class org.joox.DefaultContext
 
elementIndex - Variable in class org.joox.DefaultContext
 
elementIndex() - Method in interface org.joox.Context
The index of the element currently being iterated on.
elementIndex() - Method in class org.joox.DefaultContext
 
ElementIterator() - Constructor for class org.joox.Elements.ElementIterator
 
elements - Variable in class org.joox.Elements
 
elements - Variable in class org.joox.Impl
 
elements(Match...) - Static method in class org.joox.Util
Transform an Match[] into an Element[], removing duplicates.
Elements - Class in org.joox
 
Elements(NodeList) - Constructor for class org.joox.Elements
 
Elements.ElementIterator - Class in org.joox
 
elementSize - Variable in class org.joox.DefaultContext
 
elementSize() - Method in interface org.joox.Context
The number of elements currently being iterated on.
elementSize() - Method in class org.joox.DefaultContext
 
empty() - Method in class org.joox.Impl
 
empty() - Method in interface org.joox.Match
Removes all content from all elements in the set of matched elements.
empty(Element) - Method in class org.joox.Impl
 
endsWith(StringBuilder, String, String) - Static method in class org.joox.selector.CSS2XPath
XPath 2.0

ends-with($str1, $str2)

is equivalent to XPath 1.0

$str2 = substring($str1, string-length($str1) - string-length($str2) + 1)
eq(int...) - Method in class org.joox.Impl
 
eq(int...) - Method in interface org.joox.Match
Reduce the current set of matched elements to the elements at the given indexes.
equals(Object) - Method in class org.joox.Impl
 
even() - Static method in class org.joox.JOOX
A filter that returns true on all even iteration indexes (starting with 0!)
EVEN - Static variable in class org.joox.JOOX
 
EXACT - org.joox.selector.AttributeSpecifier.Match
 
expression - Variable in class org.joox.Impl.VariableResolver
 

F

FALSE_VALUES - Static variable in class org.joox.JOOX
 
FastFilter - Interface in org.joox
A filter indicating whether an element/index should be kept when reducing an Match node set
filter(String) - Method in class org.joox.Impl
 
filter(String) - Method in interface org.joox.Match
Reduce the current set of matched elements.
filter(Context) - Method in interface org.joox.Filter
The callback method invoked for every matched element.
filter(Filter) - Method in class org.joox.Impl
 
filter(Filter) - Method in interface org.joox.Match
Reduce the current set of matched elements.
Filter - Interface in org.joox
A filter indicating whether an element/index should be kept when reducing an Match node set
filter0(Filter) - Method in class org.joox.Impl
 
find() - Method in class org.joox.Impl
 
find() - Method in interface org.joox.Match
Find all descendants of each element in the current set of matched elements.
find(String) - Method in class org.joox.Impl
 
find(String) - Method in interface org.joox.Match
Find all descendants of each element in the current set of matched elements.
find(Filter) - Method in class org.joox.Impl
 
find(Filter) - Method in interface org.joox.Match
Find all descendants of each element in the current set of matched elements.
findNext() - Method in class org.joox.Elements.ElementIterator
Find next element, skipping all non-element nodes
first() - Method in class org.joox.Impl
 
first() - Method in interface org.joox.Match
Get the first in a set of matched elements.

G

GENERAL_SIBLING - org.joox.selector.Selector.Combinator
 
get() - Method in class org.joox.Impl
 
get() - Method in interface org.joox.Match
Get an the set of matched elements
get(int) - Method in class org.joox.Impl
 
get(int) - Method in interface org.joox.Match
Get an element from the set of matched elements at a given index
get(int...) - Method in class org.joox.Impl
 
get(int...) - Method in interface org.joox.Match
Get some elements from the set of matched elements at the given indexes
getArgument() - Method in class org.joox.selector.PseudoNthSpecifier
Get the nth-* pseudo-class argument.
getCombinator() - Method in class org.joox.selector.Selector
Get the combinator.
getDate(int, int, int, int, int, int, int) - Static method in class org.joox.Util
 
getMatch() - Method in class org.joox.selector.AttributeSpecifier
Get the type of match to perform for the attribute.
getName() - Method in class org.joox.selector.AttributeSpecifier
Get the name of the attribute.
getNamespace(String) - Static method in class org.joox.Util
 
getNamespaceURI(String) - Method in class org.joox.Impl.ChainedContext
 
getPrefix(String) - Method in class org.joox.Impl.ChainedContext
 
getPrefixes(String) - Method in class org.joox.Impl.ChainedContext
 
getSelector() - Method in class org.joox.selector.NegationSpecifier
Get the negation selector.
getSlice(int, int) - Method in class org.joox.selector.Scanner
Get a slice from the scanner input.
getSpecifiers() - Method in class org.joox.selector.Selector
Get the list of specifiers.
getTagName() - Method in class org.joox.selector.Selector
Get the tag name.
getType() - Method in class org.joox.selector.AttributeSpecifier
Get the specifier type.
getType() - Method in class org.joox.selector.NegationSpecifier
Get the specifier type.
getType() - Method in class org.joox.selector.PseudoClassSpecifier
Get the specifier type.
getType() - Method in class org.joox.selector.PseudoNthSpecifier
Get the specifier type.
getType() - Method in interface org.joox.selector.Specifier
Get the specifier type.
getValue() - Method in class org.joox.selector.AttributeSpecifier
Get the attribute value.
getValue() - Method in class org.joox.selector.PseudoClassSpecifier
Get the pseudo-class value.
getValue() - Method in class org.joox.selector.PseudoNthSpecifier
Get the nth-* pseudo-class value.

H

has(String) - Method in class org.joox.Impl
 
has(String) - Method in interface org.joox.Match
Reduce the set of matched element to those who have a descendant that matches a selector.
has(Filter) - Method in class org.joox.Impl
 
has(Filter) - Method in interface org.joox.Match
Reduce the set of matched element to those who have a descendant that matches a filter.
hashCode() - Method in class org.joox.Impl
 
hasNext() - Method in class org.joox.Elements.ElementIterator
 
hasSpecifiers() - Method in class org.joox.selector.Selector
Returns whether this selector has any specifiers or not.
HYPHEN - org.joox.selector.AttributeSpecifier.Match
 

I

i - Variable in class org.joox.Elements.ElementIterator
 
id() - Method in class org.joox.Impl
 
id() - Method in interface org.joox.Match
Get the first id value
id(int) - Method in class org.joox.Impl
 
id(int) - Method in interface org.joox.Match
Get an id value at a given index in the current set of matched elements.
id(Class<T>) - Method in class org.joox.Impl
 
id(Class<T>) - Method in interface org.joox.Match
Get the first converted id value
ids() - Method in class org.joox.Impl
 
ids() - Static method in class org.joox.JOOX
Create a mapper that returns all id attributes
ids() - Method in interface org.joox.Match
Get a list of id values in the current set of matched elements.
ids(int...) - Method in class org.joox.Impl
 
ids(int...) - Method in interface org.joox.Match
Get a list of id values at given indexes in the current set of matched elements.
ids(Class<T>) - Method in class org.joox.Impl
 
ids(Class<T>) - Method in interface org.joox.Match
Get a list of converted id values in the current set of matched elements.
ids(String...) - Static method in class org.joox.JOOX
Create a filter matching id attributes
Impl - Class in org.joox
 
Impl(Document, Map<String, String>) - Constructor for class org.joox.Impl
 
Impl(Document, Map<String, String>, Impl) - Constructor for class org.joox.Impl
 
Impl.ChainedContext - Class in org.joox
A namespace context that is aware of this Impl's configured namespaces, as well as a chained context.
Impl.VariableResolver - Class in org.joox
A simple variable resolver mapping variable names to their respective index in an XPath expression.
importOrDetach(Document, Element...) - Static method in class org.joox.Util
Make a list of elements available in a document.
init__Scanner_actions_0() - Static method in class org.joox.selector.Scanner
 
init__Scanner_eof_actions_0() - Static method in class org.joox.selector.Scanner
 
init__Scanner_index_offsets_0() - Static method in class org.joox.selector.Scanner
 
init__Scanner_indicies_0() - Static method in class org.joox.selector.Scanner
 
init__Scanner_key_offsets_0() - Static method in class org.joox.selector.Scanner
 
init__Scanner_range_lengths_0() - Static method in class org.joox.selector.Scanner
 
init__Scanner_single_lengths_0() - Static method in class org.joox.selector.Scanner
 
init__Scanner_trans_actions_0() - Static method in class org.joox.selector.Scanner
 
init__Scanner_trans_keys_0() - Static method in class org.joox.selector.Scanner
 
init__Scanner_trans_targs_0() - Static method in class org.joox.selector.Scanner
 
input - Variable in class org.joox.selector.Scanner
The input to scan.
is(String) - Method in class org.joox.Impl
 
is(String) - Method in interface org.joox.Match
Check if at least one element in the set of matched elements satisfies a selector.
is(Filter) - Method in class org.joox.Impl
 
is(Filter) - Method in interface org.joox.Match
Check if at least one element in the set of matched elements satisfies a filter.
isEmpty() - Method in class org.joox.Impl
 
isEmpty() - Method in interface org.joox.Match
Whether there are any matched elements in the set of matched elements
isFast(Filter) - Method in class org.joox.Impl
 
isMatch(int) - Method in class org.joox.selector.PseudoNthSpecifier
Check if the node count matches this specifier.
isNotEmpty() - Method in class org.joox.Impl
 
isNotEmpty() - Method in interface org.joox.Match
Whether there are any matched elements in the set of matched elements
isRoot() - Method in class org.joox.Impl
Temporary utility method to indicate whether the root element is among the matched elements
isTrue(boolean, String) - Static method in class org.joox.selector.Assert
Check if the specified expression is true.
iterable(NodeList) - Static method in class org.joox.JOOX
Wrap a NodeList into an Iterable
iterator() - Method in class org.joox.Elements
 
iterator() - Method in class org.joox.Impl
 
iterator(NodeList) - Static method in class org.joox.JOOX
Wrap a NodeList into an Iterator

J

JOOX - Class in org.joox
 
JOOX() - Constructor for class org.joox.JOOX
 

L

last() - Method in class org.joox.Impl
 
last() - Method in interface org.joox.Match
Get the last in a set of matched elements.
leaf() - Method in class org.joox.Impl
 
leaf() - Static method in class org.joox.JOOX
A filter that returns true on leaf elements
leaf() - Method in interface org.joox.Match
Reduce the set of matched elements to the ones that are leaf elements
LEAF - Static variable in class org.joox.JOOX
 
length - Variable in class org.joox.Elements
 
list(NodeList) - Static method in class org.joox.JOOX
Wrap a NodeList into an List
LIST - org.joox.selector.AttributeSpecifier.Match
 

M

map(Context) - Method in interface org.joox.Mapper
The callback method invoked for every matched element.
map(Mapper<E>) - Method in class org.joox.Impl
 
map(Mapper<E>) - Method in interface org.joox.Match
Map the set of matched elements to a list of something
Mapper<E> - Interface in org.joox
A mapping type providing data for every element.
match - Variable in class org.joox.DefaultContext
 
match - Variable in class org.joox.selector.AttributeSpecifier
The type of match to perform for the attribute.
match() - Method in interface org.joox.Context
The element in the set of matched elements from which this callback is made.
match() - Method in class org.joox.DefaultContext
 
Match - Interface in org.joox
A wrapper type for Element
Match() - Constructor for enum org.joox.selector.AttributeSpecifier.Match
 
matchAttr(String, String) - Method in class org.joox.Impl
 
matchAttr(String, String) - Static method in class org.joox.JOOX
A filter that returns all elements whose text content matches a given regex
matchAttr(String, String) - Method in interface org.joox.Match
Reduce the set of matched elements by filtering out those whose attribute content doesn't match a given regex
matchAttr(String, String, boolean) - Method in class org.joox.Impl
 
matchAttr(String, String, boolean) - Method in interface org.joox.Match
Reduce the set of matched elements by filtering out those whose attribute content doesn't match a given regex (keepMatches = true), or those whose text content matches a given regex (keepMatches = false)
matchIndex - Variable in class org.joox.DefaultContext
 
matchIndex() - Method in interface org.joox.Context
The index of the element in the set of matched elements from which this callback is made.
matchIndex() - Method in class org.joox.DefaultContext
 
matchSize - Variable in class org.joox.DefaultContext
 
matchSize() - Method in interface org.joox.Context
The number of elements in the set of matched elements from which this callback is made.
matchSize() - Method in class org.joox.DefaultContext
 
matchTag(String) - Method in class org.joox.Impl
 
matchTag(String) - Static method in class org.joox.JOOX
A filter that returns all elements whose tag name matches a given regex
matchTag(String) - Method in interface org.joox.Match
Reduce the set of matched elements by filtering out those whose tag name doesn't match a given regex
matchTag(String, boolean) - Method in class org.joox.Impl
 
matchTag(String, boolean) - Static method in class org.joox.JOOX
A filter that returns all elements whose tag name matches a given regex
matchTag(String, boolean) - Method in interface org.joox.Match
Reduce the set of matched elements by filtering out those whose tag name doesn't match a given regex (keepMatches = true), or those whose tag name matches a given regex (keepMatches = false)
matchText(String) - Method in class org.joox.Impl
 
matchText(String) - Static method in class org.joox.JOOX
A filter that returns all elements whose text content matches a given regex
matchText(String) - Method in interface org.joox.Match
Reduce the set of matched elements by filtering out those whose text content doesn't match a given regex
matchText(String, boolean) - Method in class org.joox.Impl
 
matchText(String, boolean) - Method in interface org.joox.Match
Reduce the set of matched elements by filtering out those whose text content doesn't match a given regex (keepMatches = true), or those whose text content matches a given regex (keepMatches = false)

N

name - Variable in class org.joox.selector.AttributeSpecifier
The name of the attribute.
namespace(String, String) - Method in class org.joox.Impl
 
namespace(String, String) - Method in interface org.joox.Match
Get a new Match with added namespace configuration for subsequent XPath calls
namespacePrefix() - Method in class org.joox.Impl
 
namespacePrefix() - Method in interface org.joox.Match
Get the namespace prefix of the first element in the current set of matched elements.
namespacePrefix(int) - Method in class org.joox.Impl
 
namespacePrefix(int) - Method in interface org.joox.Match
Get a namespace prefix of the element at a given index in the current set of matched elements.
namespacePrefix(String) - Static method in class org.joox.JOOX
A filter that returns all elements with a given namespace prefix
namespacePrefixes() - Method in class org.joox.Impl
 
namespacePrefixes() - Method in interface org.joox.Match
Get a list of namespace prefixes of the elements in the current set of matched elements.
namespacePrefixes(int...) - Method in class org.joox.Impl
 
namespacePrefixes(int...) - Method in interface org.joox.Match
Get a list of namespace prefixes of the elements at given indexes in the current set of matched elements.
namespaces - Variable in class org.joox.Impl
 
namespaces(Map<String, String>) - Method in class org.joox.Impl
 
namespaces(Map<String, String>) - Method in interface org.joox.Match
Get a new Match with added namespace configuration for subsequent XPath calls
namespaceURI() - Method in class org.joox.Impl
 
namespaceURI() - Method in interface org.joox.Match
Get the namespace URI of the first element in the current set of matched elements.
namespaceURI(int) - Method in class org.joox.Impl
 
namespaceURI(int) - Method in interface org.joox.Match
Get a namespace URI of the element at a given index in the current set of matched elements.
namespaceURI(String) - Static method in class org.joox.JOOX
A filter that returns all elements with a given namespace URI
namespaceURIs() - Method in class org.joox.Impl
 
namespaceURIs() - Method in interface org.joox.Match
Get a list of namespace URIs of the elements in the current set of matched elements.
namespaceURIs(int...) - Method in class org.joox.Impl
 
namespaceURIs(int...) - Method in interface org.joox.Match
Get a list of namespace URIs of the elements at given indexes in the current set of matched elements.
NEGATION - org.joox.selector.Specifier.Type
 
NegationSpecifier - Class in org.joox.selector
An implementation of Specifier for the negation pseudo-class.
NegationSpecifier(Selector) - Constructor for class org.joox.selector.NegationSpecifier
Create a new negation specifier with the specified negation selector.
NEW - org.joox.Util.SplitState
This is the initial state before a new word
NEW_WITH_AT_LEAST_ONE_WORD - org.joox.Util.SplitState
Like Util.SplitState.NEW, but there will be at least one word.
next - Variable in class org.joox.Elements.ElementIterator
 
next() - Method in class org.joox.Elements.ElementIterator
 
next() - Method in class org.joox.Impl
 
next() - Method in interface org.joox.Match
Get the immediate next sibling of every element in set of matched elements.
next(boolean, Filter, Filter) - Method in class org.joox.Impl
 
next(String) - Method in class org.joox.Impl
 
next(String) - Method in interface org.joox.Match
Get the immediate next sibling of every element in set of matched elements, matching a selector
next(Filter) - Method in class org.joox.Impl
 
next(Filter) - Method in interface org.joox.Match
Get the immediate next sibling of every element in set of matched elements, matching a filter
nextAll() - Method in class org.joox.Impl
 
nextAll() - Method in interface org.joox.Match
Get all next siblings of every element in a set of matched elements
nextAll(String) - Method in class org.joox.Impl
 
nextAll(String) - Method in interface org.joox.Match
Get all next siblings of every element in a set of matched elements, matching a selector
nextAll(Filter) - Method in class org.joox.Impl
 
nextAll(Filter) - Method in interface org.joox.Match
Get all next siblings of every element in a set of matched elements, matching a filter
nextUntil(String) - Method in class org.joox.Impl
 
nextUntil(String) - Method in interface org.joox.Match
Get all next siblings of every element in a set of matched elements until the provided selector matches
nextUntil(String, String) - Method in class org.joox.Impl
 
nextUntil(String, String) - Method in interface org.joox.Match
Get all next siblings of every element in a set of matched elements, matching a selector, until the provided selector matches
nextUntil(String, Filter) - Method in class org.joox.Impl
 
nextUntil(String, Filter) - Method in interface org.joox.Match
Get all next siblings of every element in a set of matched elements, matching a filter, until the provided selector matches
nextUntil(Filter) - Method in class org.joox.Impl
 
nextUntil(Filter) - Method in interface org.joox.Match
Get all next siblings of every element in a set of matched elements until the provided filter matches
nextUntil(Filter, String) - Method in class org.joox.Impl
 
nextUntil(Filter, String) - Method in interface org.joox.Match
Get all next siblings of every element in a set of matched elements, matching a selector until the provided filter matches
nextUntil(Filter, Filter) - Method in class org.joox.Impl
 
nextUntil(Filter, Filter) - Method in interface org.joox.Match
Get all next siblings of every element in a set of matched elements, matching a filter until the provided filter matches
NON_DELIMITED - org.joox.Util.SplitState
The state not within a word delimited by '"'
none() - Static method in class org.joox.JOOX
A filter that always returns false
NONE - Static variable in class org.joox.JOOX
 
nonNull(String) - Static method in class org.joox.Util
Return string or "" if string is null
not(String) - Method in class org.joox.Impl
 
not(String) - Method in interface org.joox.Match
Remove elements from the set of matched elements.
not(Filter) - Method in class org.joox.Impl
 
not(Filter) - Static method in class org.joox.JOOX
Inverse a filter
not(Filter) - Method in interface org.joox.Match
Remove elements from the set of matched elements.
notNull(Object, String) - Static method in class org.joox.selector.Assert
Check if the specified object is null, and throw an IllegalArgumentException if it is.

O

odd() - Static method in class org.joox.JOOX
A filter that returns true on all odd iteration indexes (starting with 0!)
ODD - Static variable in class org.joox.JOOX
 
or(Filter...) - Static method in class org.joox.JOOX
Combine filters
org.jooq.joox - module org.jooq.joox
 
org.joox - package org.joox
 
org.joox.selector - package org.joox.selector
 

P

parent() - Method in class org.joox.Impl
 
parent() - Method in interface org.joox.Match
Get the immediate parent elements of every element in a set of matched elements
parent(String) - Method in class org.joox.Impl
 
parent(String) - Method in interface org.joox.Match
Get the immediate parent elements of every element in a set of matched elements, matching a selector
parent(Filter) - Method in class org.joox.Impl
 
parent(Filter) - Method in interface org.joox.Match
Get the immediate parent elements of every element in a set of matched elements, matching a filter
parents() - Method in class org.joox.Impl
 
parents() - Method in interface org.joox.Match
Get all ancestor elements of every element in a set of matched elements
parents(boolean, Filter, Filter) - Method in class org.joox.Impl
 
parents(String) - Method in class org.joox.Impl
 
parents(String) - Method in interface org.joox.Match
Get all ancestor elements of every element in a set of matched elements, matching a selector
parents(Filter) - Method in class org.joox.Impl
 
parents(Filter) - Method in interface org.joox.Match
Get all ancestor elements of every element in a set of matched elements, matching a filter
parentsUntil(String) - Method in class org.joox.Impl
 
parentsUntil(String) - Method in interface org.joox.Match
Get all ancestors of every element in a set of matched elements until the provided selector matches
parentsUntil(String, String) - Method in class org.joox.Impl
 
parentsUntil(String, String) - Method in interface org.joox.Match
Get all ancestors of every element in a set of matched elements, matching a selector, until the provided selector matches
parentsUntil(String, Filter) - Method in class org.joox.Impl
 
parentsUntil(String, Filter) - Method in interface org.joox.Match
Get all ancestors of every element in a set of matched elements, matching a filter, until the provided selector matches
parentsUntil(Filter) - Method in class org.joox.Impl
 
parentsUntil(Filter) - Method in interface org.joox.Match
Get all ancestors of every element in a set of matched elements until the provided filter matches
parentsUntil(Filter, String) - Method in class org.joox.Impl
 
parentsUntil(Filter, String) - Method in interface org.joox.Match
Get all ancestors of every element in a set of matched elements, matching a selector until the provided filter matches
parentsUntil(Filter, Filter) - Method in class org.joox.Impl
 
parentsUntil(Filter, Filter) - Method in interface org.joox.Match
Get all ancestors of every element in a set of matched elements, matching a filter until the provided filter matches
parseDate(String) - Static method in class org.joox.Util
Parse any date format
parseNth() - Method in class org.joox.selector.PseudoNthSpecifier
Parse the nth-* pseudo-class argument.
path(Element) - Static method in class org.joox.Util
Return an path expression describing an element
paths() - Static method in class org.joox.JOOX
Create a mapper that returns all paths to given elements
PATTERN_DD_MM_YYYY - Static variable in class org.joox.Util
A pattern for the dd.mm.yyyy format
PATTERN_YYYY_MM_DD - Static variable in class org.joox.Util
A pattern for various yyyy-mm-dd formats
PREFIX - org.joox.selector.AttributeSpecifier.Match
 
prepend(String) - Method in class org.joox.Impl
 
prepend(String) - Method in interface org.joox.Match
Prepend content to the beginning of each element's content in the set of matched elements.
prepend(Content) - Method in class org.joox.Impl
 
prepend(Content) - Method in interface org.joox.Match
Prepend content to the beginning of each element's content in the set of matched elements.
prepend(Match...) - Method in class org.joox.Impl
 
prepend(Match...) - Method in interface org.joox.Match
Prepend content to the beginning of each element's content in the set of matched elements.
prepend(Element...) - Method in class org.joox.Impl
 
prepend(Element...) - Method in interface org.joox.Match
Prepend content to the beginning of each element's content in the set of matched elements.
prev() - Method in class org.joox.Impl
 
prev() - Method in interface org.joox.Match
Get the immediate previous sibling of every element in set of matched elements.
prev(boolean, Filter, Filter) - Method in class org.joox.Impl
 
prev(String) - Method in class org.joox.Impl
 
prev(String) - Method in interface org.joox.Match
Get the immediate previous sibling of every element in set of matched elements, matching a selector
prev(Filter) - Method in class org.joox.Impl
 
prev(Filter) - Method in interface org.joox.Match
Get the immediate previous sibling of every element in set of matched elements, matching a filter
prevAll() - Method in class org.joox.Impl
 
prevAll() - Method in interface org.joox.Match
Get all previous siblings of every element in a set of matched elements
prevAll(String) - Method in class org.joox.Impl
 
prevAll(String) - Method in interface org.joox.Match
Get all previous siblings of every element in a set of matched elements, matching a selector
prevAll(Filter) - Method in class org.joox.Impl
 
prevAll(Filter) - Method in interface org.joox.Match
Get all previous siblings of every element in a set of matched elements, matching a filter
previousMatch - Variable in class org.joox.Impl
 
prevUntil(String) - Method in class org.joox.Impl
 
prevUntil(String) - Method in interface org.joox.Match
Get all previous siblings of every element in a set of matched elements until the provided selector matches
prevUntil(String, String) - Method in class org.joox.Impl
 
prevUntil(String, String) - Method in interface org.joox.Match
Get all previous siblings of every element in a set of matched elements, matching a selector, until the provided selector matches
prevUntil(String, Filter) - Method in class org.joox.Impl
 
prevUntil(String, Filter) - Method in interface org.joox.Match
Get all previous siblings of every element in a set of matched elements, matching a filter, until the provided selector matches
prevUntil(Filter) - Method in class org.joox.Impl
 
prevUntil(Filter) - Method in interface org.joox.Match
Get all previous siblings of every element in a set of matched elements until the provided filter matches
prevUntil(Filter, String) - Method in class org.joox.Impl
 
prevUntil(Filter, String) - Method in interface org.joox.Match
Get all previous siblings of every element in a set of matched elements, matching a selector until the provided filter matches
prevUntil(Filter, Filter) - Method in class org.joox.Impl
 
prevUntil(Filter, Filter) - Method in interface org.joox.Match
Get all previous siblings of every element in a set of matched elements, matching a filter until the provided filter matches
PSEUDO - org.joox.selector.Specifier.Type
 
PseudoClassSpecifier - Class in org.joox.selector
An implementation of Specifier for pseudo-classes.
PseudoClassSpecifier(String) - Constructor for class org.joox.selector.PseudoClassSpecifier
Create a new pseudo-class specifier with the specified value.
PseudoNthSpecifier - Class in org.joox.selector
An implementation of Specifier for nth-* pseudo-classes.
PseudoNthSpecifier(String, String) - Constructor for class org.joox.selector.PseudoNthSpecifier
Create a new nth-* pseudo-class instance with the specified value and argument.

R

remove() - Method in class org.joox.Elements.ElementIterator
 
remove() - Method in class org.joox.Impl
 
remove() - Method in interface org.joox.Match
Removes all elements from their parent nodes in the set of matched elements.
remove(String) - Method in class org.joox.Impl
 
remove(String) - Method in interface org.joox.Match
Removes all elements from their parent nodes in the set of matched elements, matching a selector
remove(Filter) - Method in class org.joox.Impl
 
remove(Filter) - Method in interface org.joox.Match
Removes all elements from their parent nodes in the set of matched elements, matching a filter
remove(Element) - Method in class org.joox.Impl
 
removeAttr(String) - Method in class org.joox.Impl
 
removeAttr(String) - Method in interface org.joox.Match
Remove an attribute from all elements in the set of matched elements.
rename(String) - Method in class org.joox.Impl
 
rename(String) - Method in interface org.joox.Match
Rename all tags in the set of matched elements to some new tag name
rename(Content) - Method in class org.joox.Impl
 
rename(Content) - Method in interface org.joox.Match
Rename all tags in the set of matched elements to some new tag name
replaceWith(String) - Method in class org.joox.Impl
 
replaceWith(String) - Method in interface org.joox.Match
Replace all elements in the set of matched elements with some new content.
replaceWith(Content) - Method in class org.joox.Impl
 
replaceWith(Content) - Method in interface org.joox.Match
Replace all elements in the set of matched elements with some new content.
replaceWith(Match...) - Method in class org.joox.Impl
 
replaceWith(Match...) - Method in interface org.joox.Match
Replace all elements in the set of matched elements with some new content.
replaceWith(Element...) - Method in class org.joox.Impl
 
replaceWith(Element...) - Method in interface org.joox.Match
Replace all elements in the set of matched elements with some new content.
resolveVariable(QName) - Method in class org.joox.Impl.VariableResolver
 
reverse() - Method in class org.joox.Impl
 
reverse() - Method in interface org.joox.Match
Reverse the order of the set of matched elements

S

scan() - Method in class org.joox.selector.Scanner
Scan the Scanner.input.
Scanner - Class in org.joox.selector
A selectors scanner as defined by Selectors Level 3 specification.
Scanner(CharSequence) - Constructor for class org.joox.selector.Scanner
Create a new scanner instance with the specified input.
Scanner_en_main - Static variable in class org.joox.selector.Scanner
 
Scanner_en_neg - Static variable in class org.joox.selector.Scanner
 
Scanner_error - Static variable in class org.joox.selector.Scanner
 
Scanner_first_final - Static variable in class org.joox.selector.Scanner
 
Scanner_start - Static variable in class org.joox.selector.Scanner
 
ScannerException - Exception in org.joox.selector
An exception thrown on Scanner errors.
ScannerException(String) - Constructor for exception org.joox.selector.ScannerException
Constructs a new exception with the specified detail message.
selector - Variable in class org.joox.selector.NegationSpecifier
The negation selector.
selector(String) - Static method in class org.joox.JOOX
A filter that returns all elements matched by a given selector.
Selector - Class in org.joox.selector
Represents a selector.
Selector() - Constructor for class org.joox.selector.Selector
Create a new instance with the tag name set to the value of Selector.UNIVERSAL_TAG, and with the combinator set to DESCENDANT.
Selector(String, List<Specifier>) - Constructor for class org.joox.selector.Selector
Create a new instance with the specified tag name and list of specifiers.
Selector(String, Selector.Combinator) - Constructor for class org.joox.selector.Selector
Create a new instance with the specified tag name and combinator.
Selector(String, Selector.Combinator, List<Specifier>) - Constructor for class org.joox.selector.Selector
Create a new instance with the specified tag name, combinator and list of specifiers.
Selector.Combinator - Enum in org.joox.selector
Combinators
serialVersionUID - Static variable in exception org.joox.selector.ScannerException
Serial version UID.
siblingIndex(Element) - Static method in class org.joox.Util
Find the index among siblings of the same tag name
siblings() - Method in class org.joox.Impl
 
siblings() - Method in interface org.joox.Match
Get all siblings of every element in a set of matched elements
siblings(String) - Method in class org.joox.Impl
 
siblings(String) - Method in interface org.joox.Match
Get all siblings of every element in a set of matched elements, matching a selector
siblings(Filter) - Method in class org.joox.Impl
 
siblings(Filter) - Method in interface org.joox.Match
Get all siblings of every element in a set of matched elements, matching a filter
SIMPLE_SELECTOR - Static variable in class org.joox.Impl
A selector pattern that can be evaluated using standard DOM API
SIMPLE_SELECTOR - Static variable in class org.joox.selector.CSS2XPath
A selector pattern that can be evaluated using standard DOM API
size() - Method in class org.joox.Impl
 
size() - Method in interface org.joox.Match
Get the number of matched elements in the set of matched elements
slice(int) - Method in class org.joox.Impl
 
slice(int) - Method in interface org.joox.Match
Reduce the set of matched elements by specifying a range of indexes
slice(int, int) - Method in class org.joox.Impl
 
slice(int, int) - Method in interface org.joox.Match
Reduce the set of matched elements by specifying a range of indexes
sort(Comparator<Element>) - Method in class org.joox.Impl
 
sort(Comparator<Element>) - Method in interface org.joox.Match
Allows to sort the result with the given comparator.
Specifier - Interface in org.joox.selector
This interface represents a specifier.
Specifier.Type - Enum in org.joox.selector
The specifier type.
specifiers - Variable in class org.joox.selector.Selector
A list of specifiers.
split(String) - Static method in class org.joox.Util
Split a string into values
SplitState() - Constructor for enum org.joox.Util.SplitState
 
stripNamespace(String) - Static method in class org.joox.Util
 
SUFFIX - org.joox.selector.AttributeSpecifier.Match
 

T

tag() - Method in class org.joox.Impl
 
tag() - Method in interface org.joox.Match
Get the tag name of the first element in the current set of matched elements.
tag(int) - Method in class org.joox.Impl
 
tag(int) - Method in interface org.joox.Match
Get a tag name of the element at a given index in the current set of matched elements.
tag(String) - Static method in class org.joox.JOOX
A filter that returns all elements with a given tag name
tag(String, boolean) - Static method in class org.joox.JOOX
A filter that returns all elements with a given tag name
tagName - Variable in class org.joox.selector.Selector
Tag name.
tags() - Method in class org.joox.Impl
 
tags() - Method in interface org.joox.Match
Get a list of tag names of the elements in the current set of matched elements.
tags(int...) - Method in class org.joox.Impl
 
tags(int...) - Method in interface org.joox.Match
Get a list of tag names of the elements at given indexes in the current set of matched elements.
text() - Method in class org.joox.Impl
 
text() - Method in interface org.joox.Match
Get the text content of the first element in the set of matched elements, or null if there are no matched elements.
text(int) - Method in class org.joox.Impl
 
text(int) - Method in interface org.joox.Match
Get the text content at a given index in the current set of matched elements.
text(Class<T>) - Method in class org.joox.Impl
 
text(Class<T>) - Method in interface org.joox.Match
Get the converted text content of the first element in the set of matched elements, or null if there are no matched elements.
text(String) - Method in class org.joox.Impl
 
text(String) - Method in interface org.joox.Match
Set some text content to all elements in the set of matched elements (possibly replacing existing content).
text(Content) - Method in class org.joox.Impl
 
text(Content) - Method in interface org.joox.Match
Set some text content to all elements in the set of matched elements (possibly replacing existing content).
textNodesOnly(NodeList) - Static method in class org.joox.Util
Check whether there are any element nodes in a NodeList
texts() - Method in class org.joox.Impl
 
texts() - Method in interface org.joox.Match
Get all text content of the elements in the set of matched elements.
texts(int...) - Method in class org.joox.Impl
 
texts(int...) - Method in interface org.joox.Match
Get all text content of the elements at given indexes in the set of matched elements.
texts(Class<T>) - Method in class org.joox.Impl
 
texts(Class<T>) - Method in interface org.joox.Match
Get all converted text content of the elements in the set of matched elements.
toString() - Method in class org.joox.DefaultContext
 
toString() - Method in class org.joox.Impl
 
toString(Element) - Static method in class org.joox.Util
Transform an Element into a String.
transform(File) - Method in class org.joox.Impl
 
transform(File) - Method in interface org.joox.Match
Transform all elements in the set of matched elements.
transform(InputStream) - Method in class org.joox.Impl
 
transform(InputStream) - Method in interface org.joox.Match
Transform all elements in the set of matched elements.
transform(Reader) - Method in class org.joox.Impl
 
transform(Reader) - Method in interface org.joox.Match
Transform all elements in the set of matched elements.
transform(String) - Method in class org.joox.Impl
 
transform(String) - Method in interface org.joox.Match
Transform all elements in the set of matched elements.
transform(URL) - Method in class org.joox.Impl
 
transform(URL) - Method in interface org.joox.Match
Transform all elements in the set of matched elements.
transform(Source) - Method in class org.joox.Impl
 
transform(Source) - Method in interface org.joox.Match
Transform all elements in the set of matched elements.
transform(Transformer) - Method in class org.joox.Impl
 
transform(Transformer) - Method in interface org.joox.Match
Transform all elements in the set of matched elements.
TRUE_VALUES - Static variable in class org.joox.JOOX
 
Type() - Constructor for enum org.joox.selector.Specifier.Type
 

U

UNIVERSAL_TAG - Static variable in class org.joox.selector.Selector
The universal tag name (i.e.
unmarshal(Class<T>) - Method in class org.joox.Impl
 
unmarshal(Class<T>) - Method in interface org.joox.Match
Unmarshal the current set of matched elements into a JAXB-annotated type.
unmarshal(Class<T>, int...) - Method in class org.joox.Impl
 
unmarshal(Class<T>, int...) - Method in interface org.joox.Match
Unmarshal the current set of matched elements at given indexes into a JAXB-annotated type.
unmarshalOne(Class<T>) - Method in class org.joox.Impl
 
unmarshalOne(Class<T>) - Method in interface org.joox.Match
Unmarshal the first element in the current set of matched elements into a JAXB-annotated type.
unmarshalOne(Class<T>, int) - Method in class org.joox.Impl
 
unmarshalOne(Class<T>, int) - Method in interface org.joox.Match
Unmarshal the element at a given index in the current set of matched elements into a JAXB-annotated type.
unwrap() - Method in class org.joox.Impl
 
unwrap() - Method in interface org.joox.Match
Removes all elements in the set of matched elements from their parents
Util - Class in org.joox
DOM utilities
Util() - Constructor for class org.joox.Util
 
Util.SplitState - Enum in org.joox
The states in the state machine for splitting strings into lists

V

value - Variable in class org.joox.selector.AttributeSpecifier
The attribute value.
value - Variable in class org.joox.selector.PseudoClassSpecifier
The pseudo-class value.
value - Variable in class org.joox.selector.PseudoNthSpecifier
The nth-* pseudo-class value (i.e.
valueOf(String) - Static method in enum org.joox.selector.AttributeSpecifier.Match
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.joox.selector.Selector.Combinator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.joox.selector.Specifier.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.joox.Util.SplitState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.joox.selector.AttributeSpecifier.Match
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.joox.selector.Selector.Combinator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.joox.selector.Specifier.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.joox.Util.SplitState
Returns an array containing the constants of this enum type, in the order they are declared.
VariableResolver(String, Object[]) - Constructor for class org.joox.Impl.VariableResolver
 
variables - Variable in class org.joox.Impl.VariableResolver
 

W

wrap(String) - Method in class org.joox.Impl
 
wrap(String) - Method in interface org.joox.Match
Wrap all elements from their parent nodes in the set of matched elements in a new parent element
wrap(Content) - Method in class org.joox.Impl
 
wrap(Content) - Method in interface org.joox.Match
Wrap all elements in the set of matched elements in a new parent element
write(File) - Method in class org.joox.Impl
 
write(File) - Method in interface org.joox.Match
Write the set of matched elements into a file
write(OutputStream) - Method in class org.joox.Impl
 
write(OutputStream) - Method in interface org.joox.Match
Write the set of matched elements into a stream
write(Writer) - Method in class org.joox.Impl
 
write(Writer) - Method in interface org.joox.Match
Write the set of matched elements into a writer

X

xalanExtensionAware(XPath) - Static method in class org.joox.Util
Make a given XPath object "xalan-extension aware", if Xalan is on the classpath.
xalanExtensionLoaded - Static variable in class org.joox.Util
A flag indicating whether xalan extensions have been loaded
xalanFunctionResolver - Static variable in class org.joox.Util
The xalan extensions XPathFunctionResolver if available
xalanNamespaceContext - Static variable in class org.joox.Util
The xalan extensions NamespaceContext if available
xpath() - Method in class org.joox.Impl
 
xpath() - Method in interface org.joox.Match
Get an XPath expression describing the first element in the current set of matched elements
xpath(int) - Method in class org.joox.Impl
 
xpath(int) - Method in interface org.joox.Match
Get an XPath expression describing the element at a given index in the current set of matched elements
xpath(String) - Method in class org.joox.Impl
 
xpath(String) - Method in interface org.joox.Match
Match all elements given a certain XPath expression applied to each element in the current set of matched elements.
xpath(String, Object...) - Method in class org.joox.Impl
 
xpath(String, Object...) - Method in interface org.joox.Match
Match all elements given a certain XPath expression applied to each element in the current set of matched elements.
xpath(Element) - Static method in class org.joox.Util
Return an XPath expression describing an element
xpaths() - Method in class org.joox.Impl
 
xpaths() - Method in interface org.joox.Match
Get a list of XPath expressions describing the elements in the current set of matched elements
xpaths(int...) - Method in class org.joox.Impl
 
xpaths(int...) - Method in interface org.joox.Match
Get a list of XPath expressions describing the elements at the given indexes in the current set of matched elements

_

_Scanner_actions - Static variable in class org.joox.selector.Scanner
 
_Scanner_eof_actions - Static variable in class org.joox.selector.Scanner
 
_Scanner_index_offsets - Static variable in class org.joox.selector.Scanner
 
_Scanner_indicies - Static variable in class org.joox.selector.Scanner
 
_Scanner_key_offsets - Static variable in class org.joox.selector.Scanner
 
_Scanner_range_lengths - Static variable in class org.joox.selector.Scanner
 
_Scanner_single_lengths - Static variable in class org.joox.selector.Scanner
 
_Scanner_trans_actions - Static variable in class org.joox.selector.Scanner
 
_Scanner_trans_keys - Static variable in class org.joox.selector.Scanner
 
_Scanner_trans_targs - Static variable in class org.joox.selector.Scanner
 
$ A B C D E F G H I J L M N O P R S T U V W X _ 
All Classes All Packages