Compiler.getStepNS
Code IndexAdd Codota to your IDE (free)

Best code snippets using org.apache.xpath.compiler.Compiler.getStepNS(Showing top 15 results out of 315)

  • Common ways to obtain Compiler
private void myMethod () {
Compiler c =
  • ErrorListener errorHandler;new Compiler(errorHandler, locator, fTable)
  • Smart code suggestions by Codota
}
origin: robovm/robovm

else
 initNodeTest(whatToShow, compiler.getStepNS(firstStepPos),
             compiler.getStepLocalName(firstStepPos));
origin: robovm/robovm

else
 initNodeTest(whatToShow, compiler.getStepNS(firstStepPos),
             compiler.getStepLocalName(firstStepPos));
origin: robovm/robovm

else
 ai.initNodeTest(whatToShow, compiler.getStepNS(opPos),
         compiler.getStepLocalName(opPos));
origin: xalan/xalan

opPos = getFirstChildPosOfStep(opPos);
pattern = new StepPattern(DTMFilter.SHOW_ATTRIBUTE,
             getStepNS(startOpPos),
             getStepLocalName(startOpPos),
             Axis.PARENT, Axis.ATTRIBUTE);
 addMagicSelf = false;
pattern = new StepPattern(getWhatToShow(startOpPos),
                 getStepNS(startOpPos),
                 getStepLocalName(startOpPos),
                 Axis.ANCESTOR, Axis.CHILD);
opPos = getFirstChildPosOfStep(opPos);
pattern = new StepPattern(getWhatToShow(startOpPos),
             getStepNS(startOpPos),
             getStepLocalName(startOpPos),
             Axis.PARENT, Axis.CHILD);
origin: MobiVM/robovm

else
 initNodeTest(whatToShow, compiler.getStepNS(firstStepPos),
             compiler.getStepLocalName(firstStepPos));
origin: xalan/xalan

else
 initNodeTest(whatToShow, compiler.getStepNS(firstStepPos),
             compiler.getStepLocalName(firstStepPos));
origin: org.apache.xalan/xalan

else
 initNodeTest(whatToShow, compiler.getStepNS(firstStepPos),
             compiler.getStepLocalName(firstStepPos));
origin: com.bugvm/bugvm-rt

else
 initNodeTest(whatToShow, compiler.getStepNS(firstStepPos),
             compiler.getStepLocalName(firstStepPos));
origin: com.mobidevelop.robovm/robovm-rt

else
 initNodeTest(whatToShow, compiler.getStepNS(firstStepPos),
             compiler.getStepLocalName(firstStepPos));
origin: xalan/xalan

else
 initNodeTest(whatToShow, compiler.getStepNS(firstStepPos),
             compiler.getStepLocalName(firstStepPos));
origin: com.mobidevelop.robovm/robovm-rt

else
 initNodeTest(whatToShow, compiler.getStepNS(firstStepPos),
             compiler.getStepLocalName(firstStepPos));
origin: org.apache.xalan/xalan

else
 initNodeTest(whatToShow, compiler.getStepNS(firstStepPos),
             compiler.getStepLocalName(firstStepPos));
origin: MobiVM/robovm

else
 initNodeTest(whatToShow, compiler.getStepNS(firstStepPos),
             compiler.getStepLocalName(firstStepPos));
origin: com.bugvm/bugvm-rt

else
 initNodeTest(whatToShow, compiler.getStepNS(firstStepPos),
             compiler.getStepLocalName(firstStepPos));
origin: robovm/robovm

opPos = getFirstChildPosOfStep(opPos);
pattern = new StepPattern(DTMFilter.SHOW_ATTRIBUTE,
             getStepNS(startOpPos),
             getStepLocalName(startOpPos),
             Axis.PARENT, Axis.ATTRIBUTE);
 addMagicSelf = false;
pattern = new StepPattern(getWhatToShow(startOpPos),
                 getStepNS(startOpPos),
                 getStepLocalName(startOpPos),
                 Axis.ANCESTOR, Axis.CHILD);
opPos = getFirstChildPosOfStep(opPos);
pattern = new StepPattern(getWhatToShow(startOpPos),
             getStepNS(startOpPos),
             getStepLocalName(startOpPos),
             Axis.PARENT, Axis.CHILD);
org.apache.xpath.compilerCompilergetStepNS

Popular methods of Compiler

  • <init>
    Construct a Compiler object with a specific ErrorListener and SourceLocator where the expression is
  • compile
    Execute the XPath object from a given opcode position.
  • and
    Compile an 'and' operation.
  • arg
    Compile a function argument.
  • bool
    Compile a 'boolean(...)' operation.
  • compileExtension
    Compile an extension function.
  • compileFunction
    Compile a built-in XPath function.
  • compileOperation
    Bottle-neck compilation of an operation with left and right operands.
  • compilePredicates
    Compiles predicates in the step.
  • compileUnary
    Bottle-neck compilation of a unary operation.
  • countPredicates
    Count the number of predicates in the step.
  • div
    Compile a 'div' operation.
  • countPredicates,
  • div,
  • equals,
  • error,
  • getArgLength,
  • getArgLengthOfStep,
  • getCompiledPredicates,
  • getFirstChildPos,
  • getFirstChildPosOfStep,
  • getFirstPredicateOpPos

Popular classes and methods

  • setRequestProperty (URLConnection)
    Sets the value of the specified request header field. The value will only be used by the current URL
  • getApplicationContext (Context)
  • onCreateOptionsMenu (Activity)
  • Rectangle (java.awt)
  • Proxy (java.net)
    This class represents a proxy setting, typically a type (http, socks) and a socket address. A Proxy
  • URL (java.net)
    Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
  • Path (java.nio.file)
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Pattern (java.util.regex)
    Emulation of the Pattern class, uses RegExp as internal implementation.
  • JTable (javax.swing)

For IntelliJ IDEA,
Android Studio or Eclipse

  • Codota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutContact Us
  • Terms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)