softparsmap
Class StringNodeConverterMapInfo

java.lang.Object
  extended byooc.LinkedTagInstance
      extended bysoftparsmap.AbstractStringNodeConverter
          extended bysoftparsmap.StringNodeConverterStringTemplate
              extended bysoftparsmap.StringNodeConverterMapInfo
All Implemented Interfaces:
Dependencies, StringNodeConverter
Direct Known Subclasses:
StringGeneNodeConverterSchreiberMapLabel

public class StringNodeConverterMapInfo
extends StringNodeConverterStringTemplate


Constructor Summary
StringNodeConverterMapInfo()
           
 
Method Summary
 java.lang.String convertCoreFromLeaf(Node leaf, java.lang.Object info)
           
 java.lang.String convertCoreFromNode(Node node, java.lang.Object info)
           
 Node convertCoreToLeaf(java.lang.String string, java.lang.Object info)
           
 Node convertCoreToNode(java.lang.String string, java.lang.Object info)
           
 java.lang.String getLeafKey()
           
 java.lang.String getNodeKey()
           
 void setupInstance()
          The default setup method which will be called.
 
Methods inherited from class softparsmap.StringNodeConverterStringTemplate
convertFromLeaf, convertFromNode, convertToLeaf, convertToNode
 
Methods inherited from class softparsmap.AbstractStringNodeConverter
afterParsing, beforeParsing, 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

StringNodeConverterMapInfo

public StringNodeConverterMapInfo()
Method Detail

setupInstance

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

Overrides:
setupInstance in class StringNodeConverterStringTemplate

getNodeKey

public java.lang.String getNodeKey()

getLeafKey

public java.lang.String getLeafKey()

convertCoreToNode

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

convertCoreToLeaf

public Node convertCoreToLeaf(java.lang.String string,
                              java.lang.Object info)
Overrides:
convertCoreToLeaf 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