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

How to use
XSString
in
com.marklogic.xcc.types

Best Java code snippets using com.marklogic.xcc.types.XSString (Showing top 2 results out of 315)

origin: com.marklogic/mlcp

  throw new IOException("Unexpected item type " + item.getItemType().toString());
String itemStr = ((XSString)item.getItem()).asString();
if ("AUDIT".equals(itemStr)) {
  continue;
origin: com.marklogic/marklogic-mapreduce2

  ForestSplit split = new ForestSplit();
  if (ItemType.XS_STRING == item.getItemType()) {
    if ("REDACT".equals(((XSString)item.getItem()).asString())) {
    ((XSInteger)item.getItem()).asLong();
} else if (index == 2) {
  String forestHost = ((XSString) item.getItem()).asString();
  if (restrictHosts) {
    rhUtil.addForestHost(forestHost);
  throw new IOException("Unexpected item " + item.getItemType().toString());
String itemStr = ((XSString)item.getItem()).asString();
ruleUris.add(itemStr);
com.marklogic.xcc.typesXSString

Javadoc

XDM type: xs:string.

Most used methods

  • asString

Popular in Java

  • Reading from database using SQL prepared statement
  • runOnUiThread (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • getApplicationContext (Context)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • 14 Best Plugins for Eclipse
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