Package org.codehaus.cargo.module
Class Xsd
- java.lang.Object
- 
- org.codehaus.cargo.module.Xsd
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescriptorTag>getElementOrder(String tagName)Returns a List ofDescriptorTagthat describes the order that elements can appear in a certain element accordingly to the grammar.
 
- 
- 
- 
Constructor Detail- 
Xsdpublic Xsd(String xsdPath) Contructor.- Parameters:
- xsdPath- path (URL) of the XSD to parse
 
 
- 
 - 
Method Detail- 
getElementOrderpublic List<DescriptorTag> getElementOrder(String tagName) Returns a List ofDescriptorTagthat describes the order that elements can appear in a certain element accordingly to the grammar.- Specified by:
- getElementOrderin interface- Grammar
- Parameters:
- tagName- the tag name to get the element order of.
- Returns:
- a List of DescriptorTagor null if tagName doesn't exist
 
 
- 
 
-