public interface DescriptorType
Modifier and Type | Method and Description |
---|---|
void |
addTag(DescriptorTag tag)
Add a descriptor tag into this descriptor.
|
Collection |
getAllTags()
Get all defined tags for this descriptor.
|
DescriptorIo |
getDescriptorIo() |
Grammar |
getGrammar() |
org.jdom.JDOMFactory |
getJDOMFactory() |
DescriptorTag |
getTagByName(String name)
Get a descriptor tag by name.
|
Grammar getGrammar()
org.jdom.JDOMFactory getJDOMFactory()
DescriptorIo getDescriptorIo()
DescriptorTag getTagByName(String name)
name
- the name of the tagCollection getAllTags()
void addTag(DescriptorTag tag)
tag
- the tag to addCopyright © 2004-2013 Codehaus. All Rights Reserved.