Interface Parser<T>

    • Method Detail

      • parse

        T parse​(org.w3c.dom.Element element,
                XmlConfiguration config)
        Parses a DOM Element.
        Parameters:
        element - the DOM Element.
        config - the XML configuration.
        Returns:
        parse result.
      • parse

        T parse​(PropertiesConfiguration config)
        Parses a PropertiesConfigurationt.
        Parameters:
        element - the PropertiesConfiguration.
        Returns:
        parse result.