|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.cargo.module.Dtd
public class Dtd
Contains methods for getting information from a dtd.
| Constructor Summary | |
|---|---|
Dtd(java.lang.String systemId)
Contructor. |
|
| Method Summary | |
|---|---|
java.util.List |
getElementOrder(java.lang.String tagName)
Returns a List of DescriptorTag that describes the order that
elements can appear in a certain element accordingly to the grammar. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Dtd(java.lang.String systemId)
systemId - system id of the dtd to parse| Method Detail |
|---|
public java.util.List getElementOrder(java.lang.String tagName)
DescriptorTag that describes the order that
elements can appear in a certain element accordingly to the grammar.
getElementOrder in interface GrammartagName - the tag name to get the element order of.
DescriptorTag or null if tagName doesn't existGrammar.getElementOrder(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||