| Package | Description |
|---|---|
| org.jaxen |
This package defines the core Jaxen API to the XPath engine.
|
| org.jaxen.expr |
Interfaces and default implementations for
XPath expression components.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JaxenHandler.addPredicates(Predicated obj,
Iterator predIter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AllNodeStep
Represents the XPath node-test
node(). |
interface |
CommentNodeStep
Represents the XPath node-test
comment(). |
interface |
FilterExpr
Represents an XPath filter expression.
|
interface |
NameStep
Represents an XPath name test such as
para or
svg:rect. |
interface |
ProcessingInstructionNodeStep
Represents the XPath node-test
processing-instruction(). |
interface |
Step
Represents a location step in a LocationPath.
|
interface |
TextNodeStep
Represents the XPath node-test
text(). |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAllNodeStep
Deprecated.
this class will become non-public in the future;
use the interface instead
|
class |
DefaultCommentNodeStep
Deprecated.
this class will become non-public in the future;
use the interface instead
|
class |
DefaultFilterExpr
Deprecated.
this class will become non-public in the future;
use the interface instead
|
class |
DefaultNameStep
Deprecated.
this class will become non-public in the future;
use the interface instead
|
class |
DefaultProcessingInstructionNodeStep
Deprecated.
this class will become non-public in the future;
use the interface instead
|
class |
DefaultStep
Deprecated.
this class will become non-public in the future;
use the interface instead
|
class |
DefaultTextNodeStep
Deprecated.
this class will become non-public in the future;
use the interface instead
|
Copyright © 2001-2012 Codehaus. All Rights Reserved.