Uses of Class
org.eclipse.jet.core.parser.ast.XMLEmptyElement

Packages that use XMLEmptyElement
org.eclipse.jet.compiler Defines an AST for JET templates, and provides a compiler that generates an AST from a template source. 
org.eclipse.jet.core.parser.ast   
 

Uses of XMLEmptyElement in org.eclipse.jet.compiler
 

Constructors in org.eclipse.jet.compiler with parameters of type XMLEmptyElement
XMLEmptyElement(org.eclipse.jet.compiler.JET2AST jet2ast, XMLEmptyElement element)
          Deprecated.  
 

Uses of XMLEmptyElement in org.eclipse.jet.core.parser.ast
 

Methods in org.eclipse.jet.core.parser.ast that return XMLEmptyElement
 XMLEmptyElement JETAST.newXMLEmptyElement(int line, int colOffset, int start, int end, java.lang.String tagName, java.util.Map attributeMap, TagDefinition td)
          Create a new empty XML element in the AST
 

Methods in org.eclipse.jet.core.parser.ast with parameters of type XMLEmptyElement
 void JETASTVisitor.endVisit(XMLEmptyElement xmlEmptyElement)
          Visit a XMLEmptyElement element, after visiting its children.
 boolean JETASTVisitor.visit(XMLEmptyElement xmlEmptyElement)
          Visit an XMLEmptyElement.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.