Class JDOMUtil


  • public class JDOMUtil
    extends java.lang.Object
    Utilities from converting between org.jdom2 objects and org.w3c.dom objects. Note that JMRI makes extensive use of org.jdom2 packages for XML DOM processing, while the JRE includes the org.w3c.dom package.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Element toJDOMElement​(org.w3c.dom.Element element)  
      static org.w3c.dom.Element toW3CElement​(Element element)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait