IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.tools.migration.btttags
Class Tag

java.lang.Object
  extended bycom.ibm.dse.base.Tag
      extended bycom.ibm.btt.tools.migration.btttags.Tag
All Implemented Interfaces:
java.lang.Cloneable, DSECloneable, java.io.Serializable

public class Tag
extends Tag

Tag

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.ibm.dse.base.Tag
Tag.TagStringReader
 
Field Summary
 
Fields inherited from class com.ibm.dse.base.Tag
attrList, name
 
Constructor Summary
Tag(java.lang.String aString)
          This constructor creates a Tag from a String.
Tag(Tag.TagStringReader aReader)
          new constructor, for object cycling efficiency takes a TagStreamReader that has internal work buffers
 
Methods inherited from class com.ibm.dse.base.Tag
addSubTag, clone, getAttrList, getDecorator, getDecorators, getId, getName, getSkipCharSet, getStringIndex, getSubTag, getSubTags, hasDecorators, isAComposedTag, isSupported, readExternal, set, setAttrList, setDecoratorAt, setDecorators, setHasDecorators, setIsAComposedTag, setName, setStringIndex, setSubTagAt, setSubTags, toString, writeExternal
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tag

public Tag(Tag.TagStringReader aReader)
    throws java.io.IOException
new constructor, for object cycling efficiency takes a TagStreamReader that has internal work buffers

Parameters:
aReader -
Throws:
java.io.IOException

Tag

public Tag(java.lang.String aString)
    throws java.io.IOException
This constructor creates a Tag from a String.

Parameters:
aString - java.lang.String

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005