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

A

AbstractViewVisitor<N extends Node,​T> - Class in com.github.simy4.xpath.view
 
AbstractViewVisitor() - Constructor for class com.github.simy4.xpath.view.AbstractViewVisitor
 
AdditionExpr - Class in com.github.simy4.xpath.expr
 
AdditionExpr(Expr, Expr) - Constructor for class com.github.simy4.xpath.expr.AdditionExpr
 
AncestorOrSelfAxisResolver - Class in com.github.simy4.xpath.expr.axis
 
AncestorOrSelfAxisResolver(QName, boolean) - Constructor for class com.github.simy4.xpath.expr.axis.AncestorOrSelfAxisResolver
 
apply(Class<T>) - Method in class com.github.simy4.xpath.util.LazyMemoizedServiceLoader
 
apply(T) - Method in interface com.github.simy4.xpath.util.Function
 
AttributeAxisResolver - Class in com.github.simy4.xpath.expr.axis
 
AttributeAxisResolver(QName) - Constructor for class com.github.simy4.xpath.expr.axis.AttributeAxisResolver
 
attributesOf(N) - Method in interface com.github.simy4.xpath.navigator.Navigator
Child attribute nodes of given XML node.
AxisResolver - Interface in com.github.simy4.xpath.expr.axis
XPath step axis resolver.
AxisStepExpr - Class in com.github.simy4.xpath.expr
 
AxisStepExpr(AxisResolver, Collection<Expr>) - Constructor for class com.github.simy4.xpath.expr.AxisStepExpr
 

B

BooleanView<N extends Node> - Class in com.github.simy4.xpath.view
 
build(T) - Method in class com.github.simy4.xpath.XmlBuilder
Evaluates collected XPath effects on a given XML model object.

C

canHandle(Object) - Method in interface com.github.simy4.xpath.spi.NavigatorSpi
Checks whether this SPI can navigate models of given type.
canHandle(Object) - Static method in class com.github.simy4.xpath.XmlBuilder
Checks whether XmlBuilder supports given XML model.
ChildAxisResolver - Class in com.github.simy4.xpath.expr.axis
 
ChildAxisResolver(QName) - Constructor for class com.github.simy4.xpath.expr.axis.ChildAxisResolver
 
com.github.simy4.xpath - package com.github.simy4.xpath
 
com.github.simy4.xpath.effects - package com.github.simy4.xpath.effects
 
com.github.simy4.xpath.expr - package com.github.simy4.xpath.expr
 
com.github.simy4.xpath.expr.axis - package com.github.simy4.xpath.expr.axis
 
com.github.simy4.xpath.navigator - package com.github.simy4.xpath.navigator
 
com.github.simy4.xpath.parser - package com.github.simy4.xpath.parser
 
com.github.simy4.xpath.spi - package com.github.simy4.xpath.spi
 
com.github.simy4.xpath.util - package com.github.simy4.xpath.util
 
com.github.simy4.xpath.view - package com.github.simy4.xpath.view
 
compareTo(View<N>) - Method in class com.github.simy4.xpath.view.BooleanView
 
compareTo(View<N>) - Method in class com.github.simy4.xpath.view.LiteralView
 
compareTo(View<N>) - Method in class com.github.simy4.xpath.view.NodeSetView
 
compareTo(View<N>) - Method in class com.github.simy4.xpath.view.NodeView
 
compareTo(View<N>) - Method in class com.github.simy4.xpath.view.NumberView
 
compareTo(View<N>) - Method in interface com.github.simy4.xpath.view.View
Compare views by XQuery comparison rules.
createAttribute(N, QName) - Method in interface com.github.simy4.xpath.navigator.Navigator
Creates XML attribute node and appends to given parent.
createAxisNode(Navigator<N>, NodeView<N>, int) - Method in class com.github.simy4.xpath.expr.axis.AncestorOrSelfAxisResolver
 
createAxisNode(Navigator<N>, NodeView<N>, int) - Method in class com.github.simy4.xpath.expr.axis.AttributeAxisResolver
 
createAxisNode(Navigator<N>, NodeView<N>, int) - Method in interface com.github.simy4.xpath.expr.axis.AxisResolver
Creates new node of this axis type.
createAxisNode(Navigator<N>, NodeView<N>, int) - Method in class com.github.simy4.xpath.expr.axis.ChildAxisResolver
 
createAxisNode(Navigator<N>, NodeView<N>, int) - Method in class com.github.simy4.xpath.expr.axis.DescendantOrSelfAxisResolver
 
createAxisNode(Navigator<N>, NodeView<N>, int) - Method in class com.github.simy4.xpath.expr.axis.FollowingSiblingAxisResolver
 
createAxisNode(Navigator<N>, NodeView<N>, int) - Method in class com.github.simy4.xpath.expr.axis.ParentAxisResolver
 
createAxisNode(Navigator<N>, NodeView<N>, int) - Method in class com.github.simy4.xpath.expr.axis.SelfAxisResolver
 
createElement(N, QName) - Method in interface com.github.simy4.xpath.navigator.Navigator
Creates XML element node and appends to given parent.

D

DescendantOrSelfAxisResolver - Class in com.github.simy4.xpath.expr.axis
 
DescendantOrSelfAxisResolver(QName, boolean) - Constructor for class com.github.simy4.xpath.expr.axis.DescendantOrSelfAxisResolver
 
DOCUMENT - Static variable in interface com.github.simy4.xpath.navigator.Node
Document node constant name.

E

Effect - Interface in com.github.simy4.xpath.spi
XML model modification effect.
elementsOf(N) - Method in interface com.github.simy4.xpath.navigator.Navigator
Child element nodes of given XML node.
empty() - Static method in class com.github.simy4.xpath.view.NodeSetView
 
EqualsExpr - Class in com.github.simy4.xpath.expr
 
EqualsExpr(Expr, Expr) - Constructor for class com.github.simy4.xpath.expr.EqualsExpr
 
EqualsExpr.EqualsVisitor<N extends Node> - Class in com.github.simy4.xpath.expr
 
Expr - Interface in com.github.simy4.xpath.expr
XPath expression model.

F

flatMap(Function<? super NodeView<N>, ? extends IterableNodeView<N>>) - Method in interface com.github.simy4.xpath.view.IterableNodeView
 
flatMap(Function<? super NodeView<N>, ? extends IterableNodeView<N>>) - Method in class com.github.simy4.xpath.view.NodeSetView
 
flatMap(Function<? super NodeView<N>, ? extends IterableNodeView<N>>) - Method in class com.github.simy4.xpath.view.NodeView
 
FollowingSiblingAxisResolver - Class in com.github.simy4.xpath.expr.axis
 
FollowingSiblingAxisResolver(QName, boolean) - Constructor for class com.github.simy4.xpath.expr.axis.FollowingSiblingAxisResolver
 
Function<T,​R> - Interface in com.github.simy4.xpath.util
java.util.function.Function exact copy.

G

getName() - Method in interface com.github.simy4.xpath.navigator.Node
XML node name.
getNode() - Method in class com.github.simy4.xpath.view.NodeView
 
getPosition() - Method in class com.github.simy4.xpath.view.NodeView
 
getText() - Method in interface com.github.simy4.xpath.navigator.Node
XML node text content.
GreaterThanExpr - Class in com.github.simy4.xpath.expr
 
GreaterThanExpr(Expr, Expr) - Constructor for class com.github.simy4.xpath.expr.GreaterThanExpr
 
GreaterThanOrEqualsExpr - Class in com.github.simy4.xpath.expr
 
GreaterThanOrEqualsExpr(Expr, Expr) - Constructor for class com.github.simy4.xpath.expr.GreaterThanOrEqualsExpr
 

H

hasNext() - Method in class com.github.simy4.xpath.view.NodeView
 

I

isMarked() - Method in class com.github.simy4.xpath.view.NodeView
 
isNew() - Method in class com.github.simy4.xpath.view.NodeView
 
IterableNodeView<N extends Node> - Interface in com.github.simy4.xpath.view
Abstract XML view to generify access to NodeView and NodeSetView.
iterator() - Method in class com.github.simy4.xpath.view.NodeView
 

L

LazyMemoizedServiceLoader<T> - Class in com.github.simy4.xpath.util
 
LazyMemoizedServiceLoader() - Constructor for class com.github.simy4.xpath.util.LazyMemoizedServiceLoader
 
LessThanExpr - Class in com.github.simy4.xpath.expr
 
LessThanExpr(Expr, Expr) - Constructor for class com.github.simy4.xpath.expr.LessThanExpr
 
LessThanOrEqualsExpr - Class in com.github.simy4.xpath.expr
 
LessThanOrEqualsExpr(Expr, Expr) - Constructor for class com.github.simy4.xpath.expr.LessThanOrEqualsExpr
 
LiteralExpr - Class in com.github.simy4.xpath.expr
 
LiteralExpr(String) - Constructor for class com.github.simy4.xpath.expr.LiteralExpr
 
LiteralView<N extends Node> - Class in com.github.simy4.xpath.view
 
LiteralView(String) - Constructor for class com.github.simy4.xpath.view.LiteralView
 

M

mark() - Method in class com.github.simy4.xpath.view.NodeView
 
MultiplicationExpr - Class in com.github.simy4.xpath.expr
 
MultiplicationExpr(Expr, Expr) - Constructor for class com.github.simy4.xpath.expr.MultiplicationExpr
 

N

Navigator<N extends Node> - Interface in com.github.simy4.xpath.navigator
XML model navigator contract.
NavigatorSpi - Interface in com.github.simy4.xpath.spi
Navigator extension SPI.
Node - Interface in com.github.simy4.xpath.navigator
XML node contract.
NodeSetView<N extends Node> - Class in com.github.simy4.xpath.view
 
NodeSetView() - Constructor for class com.github.simy4.xpath.view.NodeSetView
 
NodeView<N extends Node> - Class in com.github.simy4.xpath.view
 
NodeView(N) - Constructor for class com.github.simy4.xpath.view.NodeView
 
NodeView(N, int) - Constructor for class com.github.simy4.xpath.view.NodeView
 
NodeView(N, int, boolean) - Constructor for class com.github.simy4.xpath.view.NodeView
 
NotEqualsExpr - Class in com.github.simy4.xpath.expr
 
NotEqualsExpr(Expr, Expr) - Constructor for class com.github.simy4.xpath.expr.NotEqualsExpr
 
NumberExpr - Class in com.github.simy4.xpath.expr
 
NumberExpr(double) - Constructor for class com.github.simy4.xpath.expr.NumberExpr
 
NumberView<N extends Node> - Class in com.github.simy4.xpath.view
 
NumberView(double) - Constructor for class com.github.simy4.xpath.view.NumberView
 

O

of(boolean) - Static method in class com.github.simy4.xpath.view.BooleanView
 
of(Iterable<? extends T>, Predicate<? super T>) - Static method in class com.github.simy4.xpath.view.NodeSetView
 
operator() - Method in class com.github.simy4.xpath.expr.AdditionExpr
 
operator() - Method in class com.github.simy4.xpath.expr.EqualsExpr
 
operator() - Method in class com.github.simy4.xpath.expr.GreaterThanExpr
 
operator() - Method in class com.github.simy4.xpath.expr.GreaterThanOrEqualsExpr
 
operator() - Method in class com.github.simy4.xpath.expr.LessThanExpr
 
operator() - Method in class com.github.simy4.xpath.expr.LessThanOrEqualsExpr
 
operator() - Method in class com.github.simy4.xpath.expr.MultiplicationExpr
 
operator() - Method in class com.github.simy4.xpath.expr.NotEqualsExpr
 
operator() - Method in class com.github.simy4.xpath.expr.SubtractionExpr
 

P

ParentAxisResolver - Class in com.github.simy4.xpath.expr.axis
 
ParentAxisResolver(QName) - Constructor for class com.github.simy4.xpath.expr.axis.ParentAxisResolver
 
parentOf(N) - Method in interface com.github.simy4.xpath.navigator.Navigator
Wrapped parent of given XML node.
parse(String) - Method in class com.github.simy4.xpath.parser.XPathParser
Parse given XPath into Expr instance.
PathExpr - Class in com.github.simy4.xpath.expr
 
PathExpr(List<StepExpr>) - Constructor for class com.github.simy4.xpath.expr.PathExpr
 
perform(Navigator<N>, N) - Method in class com.github.simy4.xpath.effects.PutEffect
 
perform(Navigator<N>, N) - Method in class com.github.simy4.xpath.effects.PutValueEffect
 
perform(Navigator<N>, N) - Method in class com.github.simy4.xpath.effects.RemoveEffect
 
perform(Navigator<N>, N) - Method in interface com.github.simy4.xpath.spi.Effect
Performs effect on a particular xml model.
Predicate<T> - Interface in com.github.simy4.xpath.util
java.util.function.Predicate exact copy.
PredicateExpr - Class in com.github.simy4.xpath.expr
 
PredicateExpr(Expr) - Constructor for class com.github.simy4.xpath.expr.PredicateExpr
 
prependCopy(N) - Method in interface com.github.simy4.xpath.navigator.Navigator
Prepends a copy of given node to this node.
process(T, Iterable<Effect>) - Method in interface com.github.simy4.xpath.spi.NavigatorSpi
Applies expression modifications to a given XML model.
put(String) - Method in class com.github.simy4.xpath.XmlBuilder
Greedily creates all missing nodes that could be evaluated by given XPath expression.
put(String, Object) - Method in class com.github.simy4.xpath.XmlBuilder
Greedily creates all missing nodes that could be evaluated by given XPath expression and then sets given value as text content to all evaluated nodes.
putAll(Iterable<String>) - Method in class com.github.simy4.xpath.XmlBuilder
Greedily creates all missing nodes that could be evaluated by given XPath expressions.
putAll(String...) - Method in class com.github.simy4.xpath.XmlBuilder
Greedily creates all missing nodes that could be evaluated by given XPath expressions.
putAll(Map<String, Object>) - Method in class com.github.simy4.xpath.XmlBuilder
Greedily creates all missing nodes that could be evaluated by given XPath expressions and then sets the associated value as text content to all evaluated nodes.
PutEffect - Class in com.github.simy4.xpath.effects
 
PutEffect(Expr) - Constructor for class com.github.simy4.xpath.effects.PutEffect
 
PutValueEffect - Class in com.github.simy4.xpath.effects
 
PutValueEffect(Expr, Object) - Constructor for class com.github.simy4.xpath.effects.PutValueEffect
 

R

ReadOnlyIterator<T> - Class in com.github.simy4.xpath.util
 
ReadOnlyIterator() - Constructor for class com.github.simy4.xpath.util.ReadOnlyIterator
 
remove() - Method in class com.github.simy4.xpath.util.ReadOnlyIterator
 
remove(String) - Method in class com.github.simy4.xpath.XmlBuilder
Evaluates given XPath expression and detaches all of the resulting nodes.
remove(N) - Method in interface com.github.simy4.xpath.navigator.Navigator
Removes/detaches given node from XML model.
removeAll(Iterable<String>) - Method in class com.github.simy4.xpath.XmlBuilder
Evaluates given XPath expressions and detaches all of the resulting nodes.
removeAll(String...) - Method in class com.github.simy4.xpath.XmlBuilder
Evaluates given XPath expressions and detaches all of the resulting nodes.
RemoveEffect - Class in com.github.simy4.xpath.effects
 
RemoveEffect(Expr) - Constructor for class com.github.simy4.xpath.effects.RemoveEffect
 
resolve(Navigator<N>, NodeView<N>, boolean) - Method in class com.github.simy4.xpath.expr.AxisStepExpr
 
resolve(Navigator<N>, NodeView<N>, boolean) - Method in interface com.github.simy4.xpath.expr.Expr
Evaluate this expression using given context.
resolve(Navigator<N>, NodeView<N>, boolean) - Method in class com.github.simy4.xpath.expr.LiteralExpr
 
resolve(Navigator<N>, NodeView<N>, boolean) - Method in class com.github.simy4.xpath.expr.NumberExpr
 
resolve(Navigator<N>, NodeView<N>, boolean) - Method in class com.github.simy4.xpath.expr.PathExpr
 
resolve(Navigator<N>, NodeView<N>, boolean) - Method in class com.github.simy4.xpath.expr.PredicateExpr
 
resolve(Navigator<N>, NodeView<N>, boolean) - Method in class com.github.simy4.xpath.expr.Root
 
resolve(Navigator<N>, NodeView<N>, boolean) - Method in interface com.github.simy4.xpath.expr.StepExpr
Evaluate this expression using given context.
resolve(Navigator<N>, NodeView<N>, boolean) - Method in class com.github.simy4.xpath.expr.UnaryExpr
 
resolve(Navigator<N>, View<N>, View<N>, boolean) - Method in class com.github.simy4.xpath.expr.AdditionExpr
 
resolve(Navigator<N>, View<N>, View<N>, boolean) - Method in class com.github.simy4.xpath.expr.EqualsExpr
 
resolve(Navigator<N>, View<N>, View<N>, boolean) - Method in class com.github.simy4.xpath.expr.GreaterThanExpr
 
resolve(Navigator<N>, View<N>, View<N>, boolean) - Method in class com.github.simy4.xpath.expr.GreaterThanOrEqualsExpr
 
resolve(Navigator<N>, View<N>, View<N>, boolean) - Method in class com.github.simy4.xpath.expr.LessThanExpr
 
resolve(Navigator<N>, View<N>, View<N>, boolean) - Method in class com.github.simy4.xpath.expr.LessThanOrEqualsExpr
 
resolve(Navigator<N>, View<N>, View<N>, boolean) - Method in class com.github.simy4.xpath.expr.MultiplicationExpr
 
resolve(Navigator<N>, View<N>, View<N>, boolean) - Method in class com.github.simy4.xpath.expr.NotEqualsExpr
 
resolve(Navigator<N>, View<N>, View<N>, boolean) - Method in class com.github.simy4.xpath.expr.SubtractionExpr
 
resolveAxis(Navigator<N>, NodeView<N>, boolean) - Method in interface com.github.simy4.xpath.expr.axis.AxisResolver
Traverses XML nodes for the nodes that matches this axis.
returnDefault(View<N>) - Method in class com.github.simy4.xpath.expr.EqualsExpr.EqualsVisitor
 
returnDefault(View<N>) - Method in class com.github.simy4.xpath.view.AbstractViewVisitor
 
root() - Method in interface com.github.simy4.xpath.navigator.Navigator
Wrapped XML root.
Root - Class in com.github.simy4.xpath.expr
 
Root() - Constructor for class com.github.simy4.xpath.expr.Root
 

S

SelfAxisResolver - Class in com.github.simy4.xpath.expr.axis
 
SelfAxisResolver(QName) - Constructor for class com.github.simy4.xpath.expr.axis.SelfAxisResolver
 
setText(N, String) - Method in interface com.github.simy4.xpath.navigator.Navigator
Sets the given text content to a given node.
StepExpr - Interface in com.github.simy4.xpath.expr
XPath step expression model.
SubtractionExpr - Class in com.github.simy4.xpath.expr
 
SubtractionExpr(Expr, Expr) - Constructor for class com.github.simy4.xpath.expr.SubtractionExpr
 

T

test(T) - Method in interface com.github.simy4.xpath.util.Predicate
 
toBoolean() - Method in class com.github.simy4.xpath.view.BooleanView
 
toBoolean() - Method in class com.github.simy4.xpath.view.LiteralView
 
toBoolean() - Method in class com.github.simy4.xpath.view.NodeSetView
 
toBoolean() - Method in class com.github.simy4.xpath.view.NodeView
 
toBoolean() - Method in class com.github.simy4.xpath.view.NumberView
 
toBoolean() - Method in interface com.github.simy4.xpath.view.View
Converts this view to a boolean value.
toNumber() - Method in class com.github.simy4.xpath.view.BooleanView
 
toNumber() - Method in class com.github.simy4.xpath.view.LiteralView
 
toNumber() - Method in class com.github.simy4.xpath.view.NodeSetView
 
toNumber() - Method in class com.github.simy4.xpath.view.NodeView
 
toNumber() - Method in class com.github.simy4.xpath.view.NumberView
 
toNumber() - Method in interface com.github.simy4.xpath.view.View
Converts this view to a numeric value.
toString() - Method in class com.github.simy4.xpath.expr.axis.AncestorOrSelfAxisResolver
 
toString() - Method in class com.github.simy4.xpath.expr.axis.AttributeAxisResolver
 
toString() - Method in class com.github.simy4.xpath.expr.axis.ChildAxisResolver
 
toString() - Method in class com.github.simy4.xpath.expr.axis.DescendantOrSelfAxisResolver
 
toString() - Method in class com.github.simy4.xpath.expr.axis.FollowingSiblingAxisResolver
 
toString() - Method in class com.github.simy4.xpath.expr.axis.ParentAxisResolver
 
toString() - Method in class com.github.simy4.xpath.expr.axis.SelfAxisResolver
 
toString() - Method in class com.github.simy4.xpath.expr.AxisStepExpr
 
toString() - Method in class com.github.simy4.xpath.expr.LiteralExpr
 
toString() - Method in class com.github.simy4.xpath.expr.NumberExpr
 
toString() - Method in class com.github.simy4.xpath.expr.PathExpr
 
toString() - Method in class com.github.simy4.xpath.expr.PredicateExpr
 
toString() - Method in class com.github.simy4.xpath.expr.Root
 
toString() - Method in class com.github.simy4.xpath.expr.UnaryExpr
 
toString() - Method in class com.github.simy4.xpath.view.BooleanView
 
toString() - Method in class com.github.simy4.xpath.view.LiteralView
 
toString() - Method in class com.github.simy4.xpath.view.NodeSetView
 
toString() - Method in class com.github.simy4.xpath.view.NodeView
 
toString() - Method in class com.github.simy4.xpath.view.NumberView
 
toString() - Method in interface com.github.simy4.xpath.view.View
Converts this view to a string value.
traverseAxis(Navigator<N>, NodeView<N>) - Method in class com.github.simy4.xpath.expr.axis.AncestorOrSelfAxisResolver
 
traverseAxis(Navigator<N>, NodeView<N>) - Method in class com.github.simy4.xpath.expr.axis.AttributeAxisResolver
 
traverseAxis(Navigator<N>, NodeView<N>) - Method in class com.github.simy4.xpath.expr.axis.ChildAxisResolver
 
traverseAxis(Navigator<N>, NodeView<N>) - Method in class com.github.simy4.xpath.expr.axis.DescendantOrSelfAxisResolver
 
traverseAxis(Navigator<N>, NodeView<N>) - Method in class com.github.simy4.xpath.expr.axis.FollowingSiblingAxisResolver
 
traverseAxis(Navigator<N>, NodeView<N>) - Method in class com.github.simy4.xpath.expr.axis.ParentAxisResolver
 
traverseAxis(Navigator<N>, NodeView<N>) - Method in class com.github.simy4.xpath.expr.axis.SelfAxisResolver
 

U

UnaryExpr - Class in com.github.simy4.xpath.expr
 
UnaryExpr(Expr) - Constructor for class com.github.simy4.xpath.expr.UnaryExpr
 

V

View<N extends Node> - Interface in com.github.simy4.xpath.view
XML elements view.
ViewVisitor<N extends Node,​T> - Interface in com.github.simy4.xpath.view
XML elements view visitor.
visit(BooleanView<N>) - Method in class com.github.simy4.xpath.view.AbstractViewVisitor
 
visit(BooleanView<N>) - Method in interface com.github.simy4.xpath.view.ViewVisitor
 
visit(IterableNodeView<N>) - Method in class com.github.simy4.xpath.expr.EqualsExpr.EqualsVisitor
 
visit(IterableNodeView<N>) - Method in class com.github.simy4.xpath.view.AbstractViewVisitor
 
visit(IterableNodeView<N>) - Method in interface com.github.simy4.xpath.view.ViewVisitor
 
visit(LiteralView<N>) - Method in class com.github.simy4.xpath.view.AbstractViewVisitor
 
visit(LiteralView<N>) - Method in interface com.github.simy4.xpath.view.ViewVisitor
 
visit(NumberView<N>) - Method in class com.github.simy4.xpath.view.AbstractViewVisitor
 
visit(NumberView<N>) - Method in interface com.github.simy4.xpath.view.ViewVisitor
 
visit(ViewVisitor<N, T>) - Method in class com.github.simy4.xpath.view.BooleanView
 
visit(ViewVisitor<N, T>) - Method in class com.github.simy4.xpath.view.LiteralView
 
visit(ViewVisitor<N, T>) - Method in class com.github.simy4.xpath.view.NodeSetView
 
visit(ViewVisitor<N, T>) - Method in class com.github.simy4.xpath.view.NodeView
 
visit(ViewVisitor<N, T>) - Method in class com.github.simy4.xpath.view.NumberView
 
visit(ViewVisitor<N, T>) - Method in interface com.github.simy4.xpath.view.View
Visits current XML element.

X

XmlBuilder - Class in com.github.simy4.xpath
XML model modifier that works via XPath expressions processing.
XmlBuilder() - Constructor for class com.github.simy4.xpath.XmlBuilder
 
XmlBuilder(NamespaceContext) - Constructor for class com.github.simy4.xpath.XmlBuilder
 
XmlBuilderException - Exception in com.github.simy4.xpath
 
XmlBuilderException(String) - Constructor for exception com.github.simy4.xpath.XmlBuilderException
 
XmlBuilderException(String, Throwable) - Constructor for exception com.github.simy4.xpath.XmlBuilderException
 
XPathParser - Class in com.github.simy4.xpath.parser
XPath parser.
XPathParser(NamespaceContext) - Constructor for class com.github.simy4.xpath.parser.XPathParser
 
A B C D E F G H I L M N O P R S T U V X 
All Classes All Packages