Searched defs:Step (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DStep.java21 * $Id: Step.java,v 1.6 2006/06/06 22:34:34 spericas Exp $
55 final class Step extends RelativeLocationPath { class in inherits:RelativeLocationPath
79 public Step(int axis, int nodeType, Vector predicates) { method in class:Step
390 Step step = predicate.getStep();
393 // If the predicate's Step is simply '.' we translate this Step
399 // Otherwise we create a parent location path with this Step and
400 // the predicates Step, and place the node test on top of that
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DStep.java43 public abstract class Step<T extends XSComponent> { class
56 protected Step(Axis<? extends T> axis) { method in class:Step
96 static final class Any extends Step<XSComponent> {
107 private static abstract class Filtered<T extends XSComponent> extends Step<T> {
H A DSCDParser.java93 Step s;
100 steps.add(new Step.Any(Axis.ROOT));
104 steps.add(new Step.Any(Axis.DESCENDANTS));
116 s = Step();
135 steps.add(new Step.Any(Axis.DESCENDANTS));
142 s = Step();
149 final public Step Step() throws ParseException { method in class:SCDParser
150 Step s; String p; Token n;
259 s=new Step
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java1617 * RelativeLocationPath ::= Step
1618 * | RelativeLocationPath '/' Step
1628 if (!Step())
1637 if (!Step())
1650 * Step ::= Basis Predicate
1657 protected boolean Step() throws javax.xml.transform.TransformerException method in class:XPathParser
1663 // At most a single '/' before each Step is consumed by caller; if the
1664 // first thing is a '/', that means we had '//' and the Step must not
1737 // No Step matched - that's an error if previous thing was a '//'
/openjdk7/jdk/src/share/back/
H A DeventFilter.c106 struct StepFilter Step; member in union:Filter_::__anon504
222 case JDWP_REQUEST_MODIFIER(Step): {
223 jthread thread = filter->u.Step.thread;
226 tossGlobalRef(env, &(filter->u.Step.thread));
510 case JDWP_REQUEST_MODIFIER(Step):
511 if (!isSameObject(env, thread, filter->u.Step.thread)) {
924 StepFilter *filter = &FILTER(node, index).u.Step;
940 FILTER(node, index).modifier = JDWP_REQUEST_MODIFIER(Step);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPath.java132 * {@link Step}s.
137 Step[] steps = new Step[size];
189 // true when the next token should be 'Step' (as defined in
211 Step step = new Step(
222 Step step = new Step(
243 Step step = new Step(axi
439 public static class Step class in class:XPath
457 public Step(Axis axis, NodeTest nodeTest) { method in class:XPath.Step
463 protected Step(Step step) { method in class:XPath.Step
[all...]

Completed in 134 milliseconds