Class XML
java.lang.Object
com.sas.services.information.metadata.lookup.utils.XML
@Deprecated
public class XML
extends Object
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentcreateDocument(String xml) Deprecated.static NodefindChildNodeByName(Node node, String name) Deprecated.static DocumentnewDocument(String name) Deprecated.static Documentparse(File file) Deprecated.static voidwrite(Document doc, File file) Deprecated.static voidwriteToConsole(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:
FileNotFoundExceptionIOExceptionSAXExceptionParserConfigurationException
-
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.
-