Interface A3CMLWrapper

  • All Known Implementing Classes:
    A3CMLSaxWrapper

    public interface A3CMLWrapper
    XML Wrapper interface for A3CML configuration file.
    • Method Detail

      • parse

        A3CMLConfig parse​(Reader reader,
                          String name)
                   throws Exception
        Parses the xml file named cfgFileName.
        Parameters:
        reader - the Reader to read the configuration from
        name - the name of the configuration
        Returns:
        the configuration object
        Throws:
        Exception - unspecialized error