Class XmlModuleDescriptorParser

java.lang.Object
org.apache.ivy.plugins.parser.AbstractModuleDescriptorParser
org.apache.ivy.plugins.parser.xml.XmlModuleDescriptorParser
All Implemented Interfaces:
ModuleDescriptorParser

public class XmlModuleDescriptorParser extends AbstractModuleDescriptorParser
Parses an xml ivy file and output a ModuleDescriptor. For dependency and performance reasons, it uses only the SAX API, which makes the parsing code harder to understand.
  • Constructor Details

    • XmlModuleDescriptorParser

      protected XmlModuleDescriptorParser()
  • Method Details