soot.xml
Class JavaAttribute

java.lang.Object
  extended bysoot.xml.JavaAttribute

public class JavaAttribute
extends java.lang.Object


Field Summary
 java.io.PrintWriter writerOut
           
 
Constructor Summary
JavaAttribute()
           
 
Method Summary
 void addTag(Tag t)
           
 void addVbAttr(PosColorAttribute vbAttr)
           
 boolean hasColorTag()
           
 boolean hasInfoTag()
           
 void printAllTags(java.io.PrintWriter writer)
           
 void printInfoTags(java.io.PrintWriter writer)
           
 int startLn()
           
 void startLn(int x)
           
 java.util.ArrayList tags()
           
 java.util.ArrayList vbAttrs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

writerOut

public java.io.PrintWriter writerOut
Constructor Detail

JavaAttribute

public JavaAttribute()
Method Detail

startLn

public int startLn()

startLn

public void startLn(int x)

tags

public java.util.ArrayList tags()

vbAttrs

public java.util.ArrayList vbAttrs()

addTag

public void addTag(Tag t)

addVbAttr

public void addVbAttr(PosColorAttribute vbAttr)

hasInfoTag

public boolean hasInfoTag()

hasColorTag

public boolean hasColorTag()

printAllTags

public void printAllTags(java.io.PrintWriter writer)

printInfoTags

public void printInfoTags(java.io.PrintWriter writer)