Class XmlBuilder


  • public abstract class XmlBuilder
    extends Object
    • Field Detail

      • xmlDoc

        protected final Document xmlDoc
    • Constructor Detail

      • XmlBuilder

        public XmlBuilder()
      • XmlBuilder

        public XmlBuilder​(Document xmlDoc)
    • Method Detail

      • getDoc

        public org.dom4j.Document getDoc()
      • parseFile

        protected static Document parseFile​(String name)
        Creates a default XmlDoc based on the order.xml file on the classpath.
        Returns:
        The loaded default XmlDoc.