|
|
|
|
Uses of Interface org.eclipse.jet.taglib.TagDefinition
Methods in
org.eclipse.jet.core.parser.ast with parameters of type
TagDefinition
|
XMLBodyElement
|
JETAST.
newXMLBodyElement
(int line,
int colOffset,
int start,
int end,
java.lang.String tagName,
java.util.Map attributeMap,
TagDefinition td)
Create a new XML element with body in the AST |
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 |
|
|
|