Class IbmWebBndXmiGrammar

  • All Implemented Interfaces:
    Grammar

    public class IbmWebBndXmiGrammar
    extends Object
    implements Grammar
    Grammar for a websphere web application descriptor.
    • Constructor Detail

      • IbmWebBndXmiGrammar

        public IbmWebBndXmiGrammar()
    • 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