public interface Grammar
Modifier and Type | Method and Description |
---|---|
List |
getElementOrder(String tagName)
Returns a List of
DescriptorTag that describes the order that
elements can appear in a certain element accordingly to the grammar. |
List getElementOrder(String tagName)
DescriptorTag
that describes the order that
elements can appear in a certain element accordingly to the grammar.tagName
- the tag name to get the element order of.DescriptorTag
or null if tagName doesn't existCopyright © 2004-2013 Codehaus. All Rights Reserved.