|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DescriptorType
Represents a "type" of descriptor - e.g. web.xml
Method Summary | |
---|---|
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. |
Method Detail |
---|
Grammar getGrammar()
org.jdom.JDOMFactory getJDOMFactory()
DescriptorIo getDescriptorIo()
DescriptorTag getTagByName(String name)
name
- the name of the tag
Collection getAllTags()
void addTag(DescriptorTag tag)
tag
- the tag to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |