public class DefaultProcessingInstructionNodeStep extends DefaultStep implements ProcessingInstructionNodeStep
コンストラクタと説明 |
---|
DefaultProcessingInstructionNodeStep(IterableAxis axis,
String name,
PredicateSet predicateSet)
非推奨です。
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getName()
非推奨です。
Returns the target matched by this processing instruction node-step.
|
String |
getText()
非推奨です。
Returns a
String containing the XPath expression. |
boolean |
matches(Object node,
ContextSupport support)
非推奨です。
Performs the node-test part of evaluating the step for the given node
(which must be on the axis).
|
addPredicate, axisIterator, evaluate, getAxis, getAxisName, getIterableAxis, getPredicates, getPredicateSet, simplify, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
axisIterator, evaluate, getAxis, simplify
addPredicate, getPredicates, getPredicateSet
public DefaultProcessingInstructionNodeStep(IterableAxis axis, String name, PredicateSet predicateSet)
public String getName()
ProcessingInstructionNodeStep
getName
インタフェース内 ProcessingInstructionNodeStep
public String getText()
Step
String
containing the XPath expression.getText
インタフェース内 Step
getText
クラス内 DefaultStep
public boolean matches(Object node, ContextSupport support)
Step
Copyright © 2001-2013 Codehaus. All Rights Reserved.