java.lang.Object
com.sas.services.information.metadata.lookup.utils.XML

@Deprecated public class XML extends Object
Deprecated.
  • Constructor Summary

    Constructors
    Constructor
    Description
    XML()
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Document
    createDocument(String xml)
    Deprecated.
     
    static Node
    findChildNodeByName(Node node, String name)
    Deprecated.
     
    static Document
    newDocument(String name)
    Deprecated.
     
    static Document
    parse(File file)
    Deprecated.
     
    static void
    write(Document doc, File file)
    Deprecated.
     
    static void
    writeToConsole(Document doc)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XML

      public XML()
      Deprecated.
  • Method Details

    • createDocument

      public static Document createDocument(String xml)
      Deprecated.
    • newDocument

      public static Document newDocument(String name)
      Deprecated.
    • parse

      public static Document parse(File file) throws FileNotFoundException, IOException, SAXException, ParserConfigurationException
      Deprecated.
      Throws:
      FileNotFoundException
      IOException
      SAXException
      ParserConfigurationException
    • writeToConsole

      public static void writeToConsole(Document doc)
      Deprecated.
    • write

      public static void write(Document doc, File file)
      Deprecated.
    • findChildNodeByName

      public static Node findChildNodeByName(Node node, String name)
      Deprecated.