Tabnine Logo
StreamBootstrapper.checkTranslatedKeyword
Code IndexAdd Tabnine to your IDE (free)

How to use
checkTranslatedKeyword
method
in
com.ctc.wstx.io.StreamBootstrapper

Best Java code snippets using com.ctc.wstx.io.StreamBootstrapper.checkTranslatedKeyword (Showing top 8 results out of 315)

origin: org.codehaus.woodstox/woodstox-core-asl

/**
 * @return First character that does not match expected, if any;
 *    CHAR_NULL if match succeeded
 */
protected int checkKeyword(String exp)
  throws IOException, WstxException
{
  if (mBytesPerChar != 1) {
    if (mBytesPerChar == -1) {
      return checkTranslatedKeyword(exp);
    }
    return checkMbKeyword(exp);
  }
  return checkSbKeyword(exp);
}
origin: woodstox/wstx-lgpl

/**
 * @return First character that does not match expected, if any;
 *    CHAR_NULL if match succeeded
 */
protected int checkKeyword(String exp)
  throws IOException, WstxException
{
  if (mBytesPerChar != 1) {
    if (mBytesPerChar == -1) {
      return checkTranslatedKeyword(exp);
    }
    return checkMbKeyword(exp);
  }
  return checkSbKeyword(exp);
}
origin: woodstox/wstx-asl

/**
 * @return First character that does not match expected, if any;
 *    CHAR_NULL if match succeeded
 */
protected int checkKeyword(String exp)
  throws IOException, WstxException
{
  if (mBytesPerChar != 1) {
    if (mBytesPerChar == -1) {
      return checkTranslatedKeyword(exp);
    }
    return checkMbKeyword(exp);
  }
  return checkSbKeyword(exp);
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.woodstox

/**
 * @return First character that does not match expected, if any;
 *    CHAR_NULL if match succeeded
 */
protected int checkKeyword(String exp)
  throws IOException, WstxException
{
  if (mBytesPerChar != 1) {
    if (mBytesPerChar == -1) {
      return checkTranslatedKeyword(exp);
    }
    return checkMbKeyword(exp);
  }
  return checkSbKeyword(exp);
}
origin: org.codehaus.woodstox/woodstox-core-lgpl

/**
 * @return First character that does not match expected, if any;
 *    CHAR_NULL if match succeeded
 */
protected int checkKeyword(String exp)
  throws IOException, WstxException
{
  if (mBytesPerChar != 1) {
    if (mBytesPerChar == -1) {
      return checkTranslatedKeyword(exp);
    }
    return checkMbKeyword(exp);
  }
  return checkSbKeyword(exp);
}
origin: com.fasterxml.woodstox/woodstox-core

/**
 * @return First character that does not match expected, if any;
 *    CHAR_NULL if match succeeded
 */
@Override
protected int checkKeyword(String exp)
  throws IOException, WstxException
{
  if (mBytesPerChar != 1) {
    if (mBytesPerChar == -1) {
      return checkTranslatedKeyword(exp);
    }
    return checkMbKeyword(exp);
  }
  return checkSbKeyword(exp);
}
origin: Nextdoor/bender

/**
 * @return First character that does not match expected, if any;
 *    CHAR_NULL if match succeeded
 */
@Override
protected int checkKeyword(String exp)
  throws IOException, WstxException
{
  if (mBytesPerChar != 1) {
    if (mBytesPerChar == -1) {
      return checkTranslatedKeyword(exp);
    }
    return checkMbKeyword(exp);
  }
  return checkSbKeyword(exp);
}
origin: FasterXML/woodstox

/**
 * @return First character that does not match expected, if any;
 *    CHAR_NULL if match succeeded
 */
@Override
protected int checkKeyword(String exp)
  throws IOException, WstxException
{
  if (mBytesPerChar != 1) {
    if (mBytesPerChar == -1) {
      return checkTranslatedKeyword(exp);
    }
    return checkMbKeyword(exp);
  }
  return checkSbKeyword(exp);
}
com.ctc.wstx.ioStreamBootstrappercheckTranslatedKeyword

Popular methods of StreamBootstrapper

  • getInstance
    Factory method used when the underlying data provider is a pre-allocated block source, and no stream
  • <init>
  • bootstrapInput
  • checkMbKeyword
  • checkSbKeyword
  • ensureLoaded
  • getLocation
  • getNext
  • hasXmlDecl
  • loadMore
  • nextByte
  • nextMultiByte
  • nextByte,
  • nextMultiByte,
  • nextTranslated,
  • readXmlDecl,
  • reportNull,
  • reportUnexpectedChar,
  • reportWeirdUCS4,
  • reportXmlProblem,
  • resolveStreamEncoding

Popular in Java

  • Start an intent from android
  • findViewById (Activity)
  • getResourceAsStream (ClassLoader)
  • addToBackStack (FragmentTransaction)
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • JButton (javax.swing)
  • JList (javax.swing)
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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