softparsmap
Class StringGeneNodeConverterNcbiNamesColumn

java.lang.Object
  extended byooc.LinkedTagInstance
      extended bysoftparsmap.AbstractStringNodeConverter
          extended bysoftparsmap.StringNodeConverterStringTemplate
              extended bysoftparsmap.StringGeneNodeConverterStringTemplate
                  extended bysoftparsmap.StringGeneNodeConverterNcbiNamesColumn
All Implemented Interfaces:
Dependencies, StringNodeConverter

public class StringGeneNodeConverterNcbiNamesColumn
extends StringGeneNodeConverterStringTemplate


Constructor Summary
StringGeneNodeConverterNcbiNamesColumn()
           
 
Method Summary
 java.lang.String convertCoreFromLeaf(Node leaf, java.lang.Object info)
           
 java.lang.String convertCoreFromNode(Node node, java.lang.Object info)
           
 void setupInstance()
          The default setup method which will be called.
 
Methods inherited from class softparsmap.StringGeneNodeConverterStringTemplate
beforeParsing
 
Methods inherited from class softparsmap.StringNodeConverterStringTemplate
convertCoreToLeaf, convertCoreToNode, convertFromLeaf, convertFromNode, convertToLeaf, convertToNode
 
Methods inherited from class softparsmap.AbstractStringNodeConverter
afterParsing, isLeaf
 
Methods inherited from class ooc.LinkedTagInstance
containsKey, get, getAttribute, getAttributeBoolean, getAttributeDouble, getAttributeFloat, getAttributeInteger, getAttributeList, getAttributeRef, getAttributeShort, getAttributeString, getAttributeTag, getChildIterator, getChildIteratorByName, getContainer, getContainerTag, getFirstChildTagByName, getTag, getTagId, getTagInstance, getTagInstance, getTagRef, hasAttributeValue, hasChildTagByName, hasChildTags, hasTag, isMutable, keySet, put, remove, setTag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringGeneNodeConverterNcbiNamesColumn

public StringGeneNodeConverterNcbiNamesColumn()
Method Detail

setupInstance

public void setupInstance()
Description copied from class: LinkedTagInstance
The default setup method which will be called.

Overrides:
setupInstance in class StringNodeConverterStringTemplate

convertCoreFromNode

public java.lang.String convertCoreFromNode(Node node,
                                            java.lang.Object info)
Overrides:
convertCoreFromNode in class StringNodeConverterStringTemplate

convertCoreFromLeaf

public java.lang.String convertCoreFromLeaf(Node leaf,
                                            java.lang.Object info)
Overrides:
convertCoreFromLeaf in class StringNodeConverterStringTemplate