| パッケージ | 説明 |
|---|---|
| org.jaxen.expr |
Interfaces and default implementations for
XPath expression components.
|
| org.jaxen.pattern |
Defines XSLT Pattern objects.
|
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
interface |
AllNodeStep
Represents the XPath node-test
node(). |
interface |
CommentNodeStep
Represents the XPath node-test
comment(). |
interface |
NameStep
Represents an XPath name test such as
para or
svg:rect. |
interface |
ProcessingInstructionNodeStep
Represents the XPath node-test
processing-instruction(). |
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 |
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
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Step |
XPathFactory.createAllNodeStep(int axis)
Create a step with a node() node-test.
|
Step |
DefaultXPathFactory.createAllNodeStep(int axis) |
Step |
XPathFactory.createCommentNodeStep(int axis)
Create a step with a
comment() node-test. |
Step |
DefaultXPathFactory.createCommentNodeStep(int axis) |
Step |
XPathFactory.createNameStep(int axis,
String prefix,
String localName)
Create a step with a named node-test.
|
Step |
DefaultXPathFactory.createNameStep(int axis,
String prefix,
String localName) |
Step |
XPathFactory.createProcessingInstructionNodeStep(int axis,
String name)
Create a step with a
processing-instruction() node-test. |
Step |
DefaultXPathFactory.createProcessingInstructionNodeStep(int axis,
String piName) |
Step |
XPathFactory.createTextNodeStep(int axis)
Create a step with a
text() node-test. |
Step |
DefaultXPathFactory.createTextNodeStep(int axis) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
LocationPath.addStep(Step step)
Add the next step to this location path.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected static LocationPathPattern |
PatternParser.convertStep(LocationPathPattern path,
Step step) |
protected static boolean |
PatternParser.navigationStep(Step step) |
Copyright © 2001-2013 Codehaus. All Rights Reserved.