A C E G M O P R T V X _ 

A

add(String) - Method in class com.github.djeang.vincerdom.VElement
Adds a child element of the specified name on the underlying element.
addSibling(String) - Method in class com.github.djeang.vincerdom.VElement
Adds a sibling element of the specified name just before this one.
apply(Consumer<VElement<?>>) - Method in class com.github.djeang.vincerdom.VElement
Runs the specified consumer with this element as argument.
attr(String) - Method in class com.github.djeang.vincerdom.VElement
Returns the value of the specified attribute on this element.
attr(String, String) - Method in class com.github.djeang.vincerdom.VElement
Adds the specified attribute name/value on the underlying element.

C

child(String) - Method in class com.github.djeang.vincerdom.VElement
Returns the child first child of this element having the specified name.
children(String) - Method in class com.github.djeang.vincerdom.VElement
Returns an unmodifiable list of the child elements having the specified name.
com.github.djeang.vincerdom - package com.github.djeang.vincerdom
 
compile(String) - Static method in class com.github.djeang.vincerdom.VXPath
Compiles a string to a XPathExpression.

E

exist() - Method in class com.github.djeang.vincerdom.VElement
Returns true if the underlying element exist.

G

get(String) - Method in class com.github.djeang.vincerdom.VElement
Returns the first child element of the underlying element having the specified name.
getText() - Method in class com.github.djeang.vincerdom.VElement
Returns the text pof the underlying element.
getW3cDocument() - Method in class com.github.djeang.vincerdom.VDocument
Returns thd underlying w3c Document.
getW3cElement() - Method in class com.github.djeang.vincerdom.VElement
Returns the underlying w3cElement.

M

make() - Method in class com.github.djeang.vincerdom.VElement
Creates the underlying element and its non-existing parents.

O

of(String) - Static method in class com.github.djeang.vincerdom.VDocument
Creates a document with a root element of the specified name.
of(Document) - Static method in class com.github.djeang.vincerdom.VDocument
Creates a VDocument wrapping the specified w3c document.
of(Element) - Static method in class com.github.djeang.vincerdom.VElement
Creates a VElement wrapping the specified element.
of(P, Element) - Static method in class com.github.djeang.vincerdom.VElement
Creates a VElement wrapping the specified parent and element.

P

parse(InputStream) - Static method in class com.github.djeang.vincerdom.VDocument
Same as VDocument.parse(InputStream, DocumentBuilder) but using a default DocumentBuilder.
parse(InputStream, DocumentBuilder) - Static method in class com.github.djeang.vincerdom.VDocument
Creates a VDocument by parsing the content of specified input stream.
print(OutputStream) - Method in class com.github.djeang.vincerdom.VDocument
Outputs xml in the specified stream.
print(OutputStream, Consumer<Transformer>) - Method in class com.github.djeang.vincerdom.VDocument
Same as VDocument.print(OutputStream) but caller can modify the default XML transformer using the specified Consumer.

R

remove() - Method in class com.github.djeang.vincerdom.VElement
Removes the underlying element from its parent children.
removeAttr(String) - Method in class com.github.djeang.vincerdom.VElement
Removes the specified attribute of the specified name from the underlying element.
root() - Method in class com.github.djeang.vincerdom.VDocument
Returns the root element of this document.

T

text(String) - Method in class com.github.djeang.vincerdom.VElement
Sets the specified text on the underlying element.
toString() - Method in class com.github.djeang.vincerdom.VElement
 

V

VDocument - Class in com.github.djeang.vincerdom
Wrapper for Document offering a Parent-Chaining fluent interface.
VElement<P> - Class in com.github.djeang.vincerdom
Wrapper for Element offering a Parent-Chaining fluent interface.
VXPath - Class in com.github.djeang.vincerdom
Utility class to create XPathExpression with dealing with checked Exception

X

xPath(String) - Method in class com.github.djeang.vincerdom.VElement
Returns an unmodifiable list of elements matching the specified xPath expression.
xPath(XPathExpression) - Method in class com.github.djeang.vincerdom.VElement
Returns an unmodifiable list of elements matching the specified xPath expression.

_

__ - Variable in class com.github.djeang.vincerdom.VElement
 
A C E G M O P R T V X _ 
Skip navigation links