パッケージ | 説明 |
---|---|
org.jaxen |
This package defines the core Jaxen API to the XPath engine.
|
org.jaxen.expr |
Interfaces and default implementations for
XPath expression components.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
JaxenHandler.addPredicates(Predicated obj,
Iterator predIter) |
修飾子とタイプ | インタフェースと説明 |
---|---|
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() . |
修飾子とタイプ | クラスと説明 |
---|---|
class |
DefaultAllNodeStep
非推奨です。
this class will become non-public in the future;
use the interface instead
|
class |
DefaultCommentNodeStep
非推奨です。
this class will become non-public in the future;
use the interface instead
|
class |
DefaultFilterExpr
非推奨です。
this class will become non-public in the future;
use the interface instead
|
class |
DefaultNameStep
非推奨です。
this class will become non-public in the future;
use the interface instead
|
class |
DefaultProcessingInstructionNodeStep
非推奨です。
this class will become non-public in the future;
use the interface instead
|
class |
DefaultStep
非推奨です。
this class will become non-public in the future;
use the interface instead
|
class |
DefaultTextNodeStep
非推奨です。
this class will become non-public in the future;
use the interface instead
|
Copyright © 2001-2013 Codehaus. All Rights Reserved.