softparsmap
Class StringNodeConverterStringTemplate
java.lang.Object
ooc.LinkedTagInstance
softparsmap.AbstractStringNodeConverter
softparsmap.StringNodeConverterStringTemplate
- All Implemented Interfaces:
- Dependencies, StringNodeConverter
- Direct Known Subclasses:
- StringGeneNodeConverterStringTemplate, StringNodeConverterMapInfo
- public abstract class StringNodeConverterStringTemplate
- extends AbstractStringNodeConverter
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 |
StringNodeConverterStringTemplate
public StringNodeConverterStringTemplate()
setupInstance
public void setupInstance()
- Description copied from class:
LinkedTagInstance
- The default setup method which will be called.
- Overrides:
setupInstance
in class LinkedTagInstance
convertToNode
public Node convertToNode(java.lang.String string,
java.lang.Object info)
convertToLeaf
public Node convertToLeaf(java.lang.String string,
java.lang.Object info)
convertFromNode
public java.lang.String convertFromNode(Node node,
java.lang.Object info)
convertFromLeaf
public java.lang.String convertFromLeaf(Node leaf,
java.lang.Object info)
convertCoreToNode
public Node convertCoreToNode(java.lang.String string,
java.lang.Object info)
convertCoreToLeaf
public Node convertCoreToLeaf(java.lang.String string,
java.lang.Object info)
convertCoreFromNode
public java.lang.String convertCoreFromNode(Node node,
java.lang.Object info)
convertCoreFromLeaf
public java.lang.String convertCoreFromLeaf(Node leaf,
java.lang.Object info)