Class XMLContext

    • Method Detail

      • addDocument

        public List<String> addDocument​(org.dom4j.Document doc)
        Parameters:
        doc - The xml document to add
        Returns:
        Add a xml document to this context and return the list of added class names.
      • buildSafeClassName

        public static String buildSafeClassName​(String className,
                                                String defaultPackageName)
      • getXMLTree

        public org.dom4j.Element getXMLTree​(String className)
      • getAllDocuments

        public List<org.dom4j.Element> getAllDocuments()
      • hasContext

        public boolean hasContext()
      • getDefaultEntityListeners

        public List<String> getDefaultEntityListeners()