com.octagroup.foregej.html.ast
Class Tag

java.lang.Object
  |
  +--antlr.BaseAST
        |
        +--antlr.CommonAST
              |
              +--antlr.CommonASTWithHiddenTokens
                    |
                    +--com.octagroup.foregej.antlr.BaseAST
                          |
                          +--com.octagroup.foregej.html.HtmlAST
                                |
                                +--com.octagroup.foregej.html.ast.Tag
All Implemented Interfaces:
antlr.collections.AST, java.io.Serializable
Direct Known Subclasses:
AST_CANCHOR, AST_CBOLD, AST_CCODE, AST_CITALIC, AST_CPARA, AST_CPRE, AST_CUNDER, AST_OANCHOR, AST_OBOLD, AST_OBR, AST_OCODE, AST_OITALIC, AST_OPARA, AST_OPRE, AST_OUNDER

public class Tag
extends HtmlAST

See Also:
Serialized Form

Fields inherited from class com.octagroup.foregej.antlr.BaseAST
astFactory_, WRAP_PREF_NO, WRAP_PREF_NONE, WRAP_PREF_OK
 
Fields inherited from class antlr.CommonASTWithHiddenTokens
hiddenAfter, hiddenBefore
 
Fields inherited from class antlr.BaseAST
down, right
 
Constructor Summary
Tag()
           
 
Method Summary
 boolean hasAttributes()
          Returns true if this tag has any attributes.
 void write(NodeWriter nw)
          DOCUMENT ME!
 
Methods inherited from class com.octagroup.foregej.html.HtmlAST
toString, writeChildren
 
Methods inherited from class com.octagroup.foregej.antlr.BaseAST
deepCopy, deepCopy, equals, equals, getChildAST, getChildASTs, getChildASTsExcluding, getParentAst, getWrappingPreference, insertAfter, insertFirst, replaceAST, setASTFactory, setFirstChild, setFirstChildForced, setHiddenAfter, setHiddenBefore, setNextSibling, setNextSiblingForced, setParentAst, setType, toString
 
Methods inherited from class antlr.CommonASTWithHiddenTokens
getHiddenAfter, getHiddenBefore, initialize
 
Methods inherited from class antlr.CommonAST
getText, getType, initialize, initialize, setText
 
Methods inherited from class antlr.BaseAST
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, removeChildren, setVerboseStringConversion, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tag

public Tag()
Method Detail

hasAttributes

public boolean hasAttributes()
Returns true if this tag has any attributes.
Returns:
true if this tag has any attributes.

write

public void write(NodeWriter nw)
Description copied from class: BaseAST
DOCUMENT ME!
Overrides:
write in class HtmlAST
Parameters:
nw -  


Copyright © 2003 El Icognito des Noboby. All Rights Reserved.