|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jet.compiler.JET2ASTElement
org.eclipse.jet.compiler.XMLElement
XMLElement
public abstract class XMLElement
An abstract implementation representing all XML-based elements in the JET2 AST
Constructor Summary | |
---|---|
XMLElement(org.eclipse.jet.compiler.JET2AST jet2ast,
XMLElement element)
Deprecated. |
Method Summary | |
---|---|
java.util.Map |
getAttributes()
Deprecated. Return a read-only map of the attributes (name to value map) |
XMLElement |
getDelegate()
Deprecated. Return the underlying new AST object to which this one delegates. |
java.lang.String |
getName()
Deprecated. Return the QName of the delegate |
java.lang.String |
getNSPrefix()
Deprecated. Return the XML Namespace prefixe of the delegate |
TagDefinition |
getTagDefinition()
Deprecated. |
java.lang.String |
getTagNCName()
Deprecated. Return the NCName (unqualified name) of the delegate. |
Methods inherited from class org.eclipse.jet.compiler.JET2ASTElement |
---|
accept, getAst, getColumn, getEnd, getLine, getNextElement, getParent, getPrevElement, getStart, removeLineWhenOtherwiseEmpty, setDelegate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLElement(org.eclipse.jet.compiler.JET2AST jet2ast, XMLElement element)
Method Detail |
---|
public final java.lang.String getName()
public final java.util.Map getAttributes()
public java.lang.String getTagNCName()
public java.lang.String getNSPrefix()
public final TagDefinition getTagDefinition()
public XMLElement getDelegate()
Intended for internal use only.
XMLElement
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |