All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class muffin.html.Token

java.lang.Object
   |
   +----muffin.io.ByteArray
           |
           +----muffin.html.Token

public class Token
extends ByteArray

Variable Index

 o TT_COMMENT
 o TT_EOF
 o TT_NONE
 o TT_TAG
 o TT_TEXT
 o type

Constructor Index

 o Token()
 o Token(int)

Method Index

 o createTag()
 o getType()
 o importTag(Tag)

Variables

 o TT_NONE
 public static final int TT_NONE
 o TT_EOF
 public static final int TT_EOF
 o TT_TAG
 public static final int TT_TAG
 o TT_TEXT
 public static final int TT_TEXT
 o TT_COMMENT
 public static final int TT_COMMENT
 o type
 protected int type

Constructors

 o Token
 public Token()
 o Token
 public Token(int type)

Methods

 o getType
 public int getType()
 o createTag
 public Tag createTag()
 o importTag
 public void importTag(Tag newTag)

All Packages  Class Hierarchy  This Package  Previous  Next  Index