|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmiGrammar
public class IbmEjbJarBndXmiGrammar
Websphere specific grammar implementation. Since websphere uses xml schemas to describe their descriptors and no general xml schema Grammar implementation exists we have to use a specific one.
Constructor Summary | |
---|---|
IbmEjbJarBndXmiGrammar()
|
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 IbmEjbJarBndXmiGrammar()
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 Grammar
tagName
- 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 |