Interface RootXMLNode<T>

    • Method Detail

      • getDocType

        String getDocType()
        Returns:
        the DOCTYPE that should be written to the XML file
      • setDocType

        void setDocType​(String docType)
        set the DOCTYPE as read in the input XML File
        Parameters:
        docType - doctype for the xml
      • getSystemID

        String getSystemID()
        Returns:
        the SystemID of the XML file
      • getSystemIDs

        List<String> getSystemIDs()
        Returns:
        the list of SystemID of the XML schema supported
      • getSpecVersion

        String getSpecVersion()
        Returns:
        the default spec version level this node complies to