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

How to use
setActiveDictionary
method
in
com.ociweb.pronghorn.pipe.schema.loader.TemplateHandler

Best Java code snippets using com.ociweb.pronghorn.pipe.schema.loader.TemplateHandler.setActiveDictionary (Showing top 6 results out of 315)

origin: com.ociweb/PronghornPipes

private void basicGroupStart(Attributes attributes, int token) {
  fieldName = attributes.getValue("name");
  setActiveDictionary(attributes);
  // Token must hold the max bytes needed for the PMap but this is the
  // start element
  // and that data is not ready yet. So in the Count field we will put
  // the templateScriptIdx.
  // upon close of this element the token at that location in the
  // templateScript must have
  // the Count updated to the right value.
  // this token will tell how to get back to the index in the script
  // to fix it.
  // this value will also be needed for the back jump value in the
  // closing task.
  groupOpenTokenStack[++groupTokenStackHead] = token;
  maxGroupTokenStackDepth = Math.max(maxGroupTokenStackDepth, groupTokenStackHead);
  groupOpenTokenPMapStack[groupTokenStackHead] = 0;
}
origin: com.ociweb/pronghorn-pipes

private void basicGroupStart(Attributes attributes, int token) {
  fieldName = attributes.getValue("name");
  setActiveDictionary(attributes);
  // Token must hold the max bytes needed for the PMap but this is the
  // start element
  // and that data is not ready yet. So in the Count field we will put
  // the templateScriptIdx.
  // upon close of this element the token at that location in the
  // templateScript must have
  // the Count updated to the right value.
  // this token will tell how to get back to the index in the script
  // to fix it.
  // this value will also be needed for the back jump value in the
  // closing task.
  groupOpenTokenStack[++groupTokenStackHead] = token;
  maxGroupTokenStackDepth = Math.max(maxGroupTokenStackDepth, groupTokenStackHead);
  groupOpenTokenPMapStack[groupTokenStackHead] = 0;
}
origin: oci-pronghorn/Pronghorn

private void basicGroupStart(Attributes attributes, int token) {
  fieldName = attributes.getValue("name");
  setActiveDictionary(attributes);
  // Token must hold the max bytes needed for the PMap but this is the
  // start element
  // and that data is not ready yet. So in the Count field we will put
  // the templateScriptIdx.
  // upon close of this element the token at that location in the
  // templateScript must have
  // the Count updated to the right value.
  // this token will tell how to get back to the index in the script
  // to fix it.
  // this value will also be needed for the back jump value in the
  // closing task.
  groupOpenTokenStack[++groupTokenStackHead] = token;
  maxGroupTokenStackDepth = Math.max(maxGroupTokenStackDepth, groupTokenStackHead);
  groupOpenTokenPMapStack[groupTokenStackHead] = 0;
}
origin: oci-pronghorn/Pronghorn

  catalogScriptFieldNames[catalogTemplateScriptIdx] = fieldName;
  String dictionaryName = setActiveDictionary(attributes);
  catalogScriptDictionaryNames[catalogTemplateScriptIdx] = dictionaryName;
setActiveDictionary(attributes);
templatesXMLns = attributes.getValue("xmlns");
  setActiveDictionary(attributes);
  fieldOperator = OperatorMask.Field_Copy;
  fieldOperatorValue = attributes.getValue("value");
  setActiveDictionary(attributes);
  fieldOperator = OperatorMask.Field_Delta;
  fieldOperatorValue = attributes.getValue("value");
  setActiveDictionary(attributes);
  fieldOperator = OperatorMask.Field_Increment;
  groupOpenTokenPMapStack[groupTokenStackHead] += fieldPMapInc;
  setActiveDictionary(attributes);
  fieldOperator = OperatorMask.Field_Tail;
origin: com.ociweb/PronghornPipes

  catalogScriptFieldNames[catalogTemplateScriptIdx] = fieldName;
  String dictionaryName = setActiveDictionary(attributes);
  catalogScriptDictionaryNames[catalogTemplateScriptIdx] = dictionaryName;
setActiveDictionary(attributes);
templatesXMLns = attributes.getValue("xmlns");
  setActiveDictionary(attributes);
  fieldOperator = OperatorMask.Field_Copy;
  fieldOperatorValue = attributes.getValue("value");
  setActiveDictionary(attributes);
  fieldOperator = OperatorMask.Field_Delta;
  fieldOperatorValue = attributes.getValue("value");
  setActiveDictionary(attributes);
  fieldOperator = OperatorMask.Field_Increment;
  groupOpenTokenPMapStack[groupTokenStackHead] += fieldPMapInc;
  setActiveDictionary(attributes);
  fieldOperator = OperatorMask.Field_Tail;
origin: com.ociweb/pronghorn-pipes

  catalogScriptFieldNames[catalogTemplateScriptIdx] = fieldName;
  String dictionaryName = setActiveDictionary(attributes);
  catalogScriptDictionaryNames[catalogTemplateScriptIdx] = dictionaryName;
setActiveDictionary(attributes);
templatesXMLns = attributes.getValue("xmlns");
  setActiveDictionary(attributes);
  fieldOperator = OperatorMask.Field_Copy;
  fieldOperatorValue = attributes.getValue("value");
  setActiveDictionary(attributes);
  fieldOperator = OperatorMask.Field_Delta;
  fieldOperatorValue = attributes.getValue("value");
  setActiveDictionary(attributes);
  fieldOperator = OperatorMask.Field_Increment;
  groupOpenTokenPMapStack[groupTokenStackHead] += fieldPMapInc;
  setActiveDictionary(attributes);
  fieldOperator = OperatorMask.Field_Tail;
com.ociweb.pronghorn.pipe.schema.loaderTemplateHandlersetActiveDictionary

Popular methods of TemplateHandler

  • loadFrom
  • <init>
  • basicGroupClose
  • basicGroupStart
  • buildDictionaryMemberLists
  • buildToken
  • commonIdAttributes
  • endElement
  • from
  • lengthOfArrayForThisType
  • saveResetListMembers
  • simpleName
  • saveResetListMembers,
  • simpleName,
  • startElement

Popular in Java

  • Updating database using SQL prepared statement
  • setScale (BigDecimal)
  • getSharedPreferences (Context)
  • getContentResolver (Context)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Top 12 Jupyter Notebook Extensions
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