Search in sources :

Example 16 with Axis

use of org.eclipse.wst.xml.xpath2.processor.internal.Axis in project webtools.sourceediting by eclipse.

the class Normalizer method visit.

/**
 * @param e
 *            is the axis step.
 * @return e
 */
public Object visit(AxisStep e) {
    Step s = (Step) e.step().accept(this);
    e.set_step(s);
    printCollExprs(e.iterator());
    return e;
}
Also used : AxisStep(org.eclipse.wst.xml.xpath2.processor.internal.ast.AxisStep) ForwardStep(org.eclipse.wst.xml.xpath2.processor.internal.ast.ForwardStep) ReverseStep(org.eclipse.wst.xml.xpath2.processor.internal.ast.ReverseStep) Step(org.eclipse.wst.xml.xpath2.processor.internal.ast.Step)

Aggregations

StaticError (org.eclipse.wst.xml.xpath2.processor.StaticError)9 URL (java.net.URL)8 XSModel (org.apache.xerces.xs.XSModel)8 DynamicError (org.eclipse.wst.xml.xpath2.processor.DynamicError)8 ResultSequence (org.eclipse.wst.xml.xpath2.processor.ResultSequence)8 XPathParserException (org.eclipse.wst.xml.xpath2.processor.XPathParserException)8 ResultBuffer (org.eclipse.wst.xml.xpath2.api.ResultBuffer)4 ResultSequence (org.eclipse.wst.xml.xpath2.api.ResultSequence)4 NodeType (org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType)4 ForwardAxis (org.eclipse.wst.xml.xpath2.processor.internal.ForwardAxis)3 ParentAxis (org.eclipse.wst.xml.xpath2.processor.internal.ParentAxis)3 ReverseAxis (org.eclipse.wst.xml.xpath2.processor.internal.ReverseAxis)3 Iterator (java.util.Iterator)2 ListIterator (java.util.ListIterator)2 Axis (org.eclipse.wst.xml.xpath2.processor.internal.Axis)2 DescendantOrSelfAxis (org.eclipse.wst.xml.xpath2.processor.internal.DescendantOrSelfAxis)2 SelfAxis (org.eclipse.wst.xml.xpath2.processor.internal.SelfAxis)2 VarExprPair (org.eclipse.wst.xml.xpath2.processor.internal.ast.VarExprPair)2 AnyType (org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType)2 ArrayList (java.util.ArrayList)1