congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
PredicatesEvaluatorBuilder.getNamespace
Code IndexAdd Tabnine to your IDE (free)

How to use
getNamespace
method
in
org.milyn.cdr.xpath.evaluators.PredicatesEvaluatorBuilder

Best Java code snippets using org.milyn.cdr.xpath.evaluators.PredicatesEvaluatorBuilder.getNamespace (Showing top 12 results out of 315)

origin: org.milyn/milyn-smooks-all

public String getNamespace(String nsPrefix) throws SAXPathException {
  return getNamespace(nsPrefix, namespaces);
}
origin: smooks/smooks

public String getNamespace(String nsPrefix) throws SAXPathException {
  return getNamespace(nsPrefix, namespaces);
}
origin: org.milyn/milyn-smooks-core

public String getNamespace(String nsPrefix) throws SAXPathException {
  return getNamespace(nsPrefix, namespaces);
}
origin: org.virtuslab/milyn-smooks-core

public String getNamespace(String nsPrefix) throws SAXPathException {
  return getNamespace(nsPrefix, namespaces);
}
origin: org.milyn/milyn-smooks-all

private QName toQName(Step step, PredicatesEvaluatorBuilder evaluatorCompiler) throws SAXPathException {
  String nsPrefix = ((NameStep) step).getPrefix();
  String localPart = ((NameStep) step).getLocalName();
  if(nsPrefix != null && !nsPrefix.trim().equals("")) {
    if(evaluatorCompiler != null) {
      return new QName(evaluatorCompiler.getNamespace(nsPrefix), localPart, nsPrefix);
    } else {
      // Will need to update the namespace later... when we have the
      // namespace prefix-to-uri mappings...
      return new QName(null, localPart, nsPrefix);
    }
  } else {
    return new QName(localPart);
  }
}
origin: smooks/smooks

private QName toQName(Step step, PredicatesEvaluatorBuilder evaluatorCompiler) throws SAXPathException {
  String nsPrefix = ((NameStep) step).getPrefix();
  String localPart = ((NameStep) step).getLocalName();
  if(nsPrefix != null && !nsPrefix.trim().equals("")) {
    if(evaluatorCompiler != null) {
      return new QName(evaluatorCompiler.getNamespace(nsPrefix), localPart, nsPrefix);
    } else {
      // Will need to update the namespace later... when we have the
      // namespace prefix-to-uri mappings...
      return new QName(null, localPart, nsPrefix);
    }
  } else {
    return new QName(localPart);
  }
}
origin: org.milyn/milyn-smooks-core

private QName toQName(Step step, PredicatesEvaluatorBuilder evaluatorCompiler) throws SAXPathException {
  String nsPrefix = ((NameStep) step).getPrefix();
  String localPart = ((NameStep) step).getLocalName();
  if(nsPrefix != null && !nsPrefix.trim().equals("")) {
    if(evaluatorCompiler != null) {
      return new QName(evaluatorCompiler.getNamespace(nsPrefix), localPart, nsPrefix);
    } else {
      // Will need to update the namespace later... when we have the
      // namespace prefix-to-uri mappings...
      return new QName(null, localPart, nsPrefix);
    }
  } else {
    return new QName(localPart);
  }
}
origin: org.virtuslab/milyn-smooks-core

private QName toQName(Step step, PredicatesEvaluatorBuilder evaluatorCompiler) throws SAXPathException {
  String nsPrefix = ((NameStep) step).getPrefix();
  String localPart = ((NameStep) step).getLocalName();
  if(nsPrefix != null && !nsPrefix.trim().equals("")) {
    if(evaluatorCompiler != null) {
      return new QName(evaluatorCompiler.getNamespace(nsPrefix), localPart, nsPrefix);
    } else {
      // Will need to update the namespace later... when we have the
      // namespace prefix-to-uri mappings...
      return new QName(null, localPart, nsPrefix);
    }
  } else {
    return new QName(localPart);
  }
}
origin: org.milyn/milyn-smooks-core

  return new AttributeValue(PredicatesEvaluatorBuilder.getNamespace(nsPrefix, namespaces), localPart, decoder);
} else {
  return new AttributeValue(null, localPart, decoder);
origin: org.virtuslab/milyn-smooks-core

  return new AttributeValue(PredicatesEvaluatorBuilder.getNamespace(nsPrefix, namespaces), localPart, decoder);
} else {
  return new AttributeValue(null, localPart, decoder);
origin: smooks/smooks

  return new AttributeValue(PredicatesEvaluatorBuilder.getNamespace(nsPrefix, namespaces), localPart, decoder);
} else {
  return new AttributeValue(null, localPart, decoder);
origin: org.milyn/milyn-smooks-all

  return new AttributeValue(PredicatesEvaluatorBuilder.getNamespace(nsPrefix, namespaces), localPart, decoder);
} else {
  return new AttributeValue(null, localPart, decoder);
org.milyn.cdr.xpath.evaluatorsPredicatesEvaluatorBuildergetNamespace

Popular methods of PredicatesEvaluatorBuilder

  • <init>
  • addEvaluators
  • build

Popular in Java

  • Start an intent from android
  • runOnUiThread (Activity)
  • startActivity (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • Top 17 PhpStorm Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now