java.lang.Object org.eclipse.jet.core.parser.ast.JETASTElement org.eclipse.jet.core.parser.ast.BodyElement org.eclipse.jet.core.parser.ast.XMLElement org.eclipse.jet.core.parser.ast.XMLEmptyElement
public final class XMLEmptyElement
Define an empty XML element in the JET AST.
protected void
accept0 ( JETASTVisitor visitor)
java.lang.String
toString ()
getAttributes, getName, getNSPrefix, getTagDefinition, getTagNCName, removeLineWhenOtherwiseEmpty
accept, getAst, getColumn, getEnd, getLine, getNextElement, getParent, getPrevElement, getStart
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected void accept0( JETASTVisitor visitor)
JETASTElement
accept0
JETASTElement.accept0(JETASTVisitor)
public java.lang.String toString()
toString
java.lang.Object