Uses of Class
org.eclipse.wst.jsdt.core.dom.TagElement

Packages that use TagElement
org.eclipse.wst.jsdt.core.dom   
 

Uses of TagElement in org.eclipse.wst.jsdt.core.dom
 

Methods in org.eclipse.wst.jsdt.core.dom that return TagElement
 TagElement AST.newTagElement()
          Creates and returns a new tag element node.
 

Methods in org.eclipse.wst.jsdt.core.dom with parameters of type TagElement
 void ASTVisitor.endVisit(TagElement node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(TagElement node, java.lang.Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(TagElement node)
          Visits the given type-specific AST node.