softparsmap
Class StringGeneNodeConverterLabel

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

public class StringGeneNodeConverterLabel
extends StringGeneNodeConverterStringTemplate


Constructor Summary
StringGeneNodeConverterLabel()
           
 
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)
           
 void setupInstance()
          The default setup method which will be called.
 
Methods inherited from class softparsmap.StringGeneNodeConverterStringTemplate
beforeParsing
 
Methods inherited from class softparsmap.StringNodeConverterStringTemplate
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

StringGeneNodeConverterLabel

public StringGeneNodeConverterLabel()
Method Detail

setupInstance

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

Overrides:
setupInstance in class StringNodeConverterStringTemplate

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