Class XmlConverter

    • Constructor Detail

      • XmlConverter

        public XmlConverter()
        Creates a new XmlConverter object.
      • XmlConverter

        public XmlConverter​(java.lang.String propFile)
        Creates a new XmlConverter object.
        Parameters:
        propFile - ...
      • XmlConverter

        public XmlConverter​(java.io.File propFile)
        Creates a new XmlConverter object.
        Parameters:
        propFile - ...
      • XmlConverter

        public XmlConverter​(java.util.Properties props)
        Creates a new XmlConverter object.
        Parameters:
        props - ...
    • Method Detail

      • convert

        public INode convert​(java.lang.String desc,
                             INode helmaNode)
                      throws java.lang.RuntimeException
        Parameters:
        desc - ...
        helmaNode - ...
        Returns:
        ...
        Throws:
        java.lang.RuntimeException - ...
      • convert

        public INode convert​(java.io.File file,
                             INode helmaNode)
                      throws java.lang.RuntimeException,
                             java.io.FileNotFoundException
        Parameters:
        file - ...
        helmaNode - ...
        Returns:
        ...
        Throws:
        java.lang.RuntimeException - ...
        java.io.FileNotFoundException - ...
      • convert

        public INode convert​(java.net.URL url,
                             INode helmaNode)
                      throws java.lang.RuntimeException,
                             java.io.IOException,
                             java.net.MalformedURLException
        Parameters:
        url - ...
        helmaNode - ...
        Returns:
        ...
        Throws:
        java.lang.RuntimeException - ...
        java.io.IOException - ...
        java.net.MalformedURLException - ...
      • convert

        public INode convert​(java.io.InputStream in,
                             INode helmaNode)
                      throws java.lang.RuntimeException
        Parameters:
        in - ...
        helmaNode - ...
        Returns:
        ...
        Throws:
        java.lang.RuntimeException - ...
      • convertFromString

        public INode convertFromString​(java.lang.String xml,
                                       INode helmaNode)
                                throws java.lang.RuntimeException
        Parameters:
        xml - ...
        helmaNode - ...
        Returns:
        ...
        Throws:
        java.lang.RuntimeException - ...
      • convert

        public INode convert​(org.w3c.dom.Element element,
                             INode helmaNode,
                             java.util.Map nodeCache)
        Parameters:
        element - ...
        helmaNode - ...
        nodeCache - ...
        Returns:
        ...
      • main

        public static void main​(java.lang.String[] args)
        Parameters:
        args - ...