Class IbmEjbJarBndXmiGrammar

  • All Implemented Interfaces:
    Grammar

    public class IbmEjbJarBndXmiGrammar
    extends Object
    implements Grammar
    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 Detail

      • IbmEjbJarBndXmiGrammar

        public IbmEjbJarBndXmiGrammar()
    • Method Detail

      • getElementOrder

        public List<DescriptorTag> getElementOrder​(String tagName)
        Returns a List of DescriptorTag that describes the order that elements can appear in a certain element accordingly to the grammar.
        Specified by:
        getElementOrder in interface Grammar
        Parameters:
        tagName - the tag name to get the element order of.
        Returns:
        a List of DescriptorTag or null if tagName doesn't exist