Uses of Class
cdc.util.data.Document
-
Packages that use Document Package Description cdc.util.data cdc.util.data.xml -
-
Uses of Document in cdc.util.data
Methods in cdc.util.data that return Document Modifier and Type Method Description DocumentDocument. clone(boolean recurse)DocumentAbstractChild. getDocument()DocumentDocument. getDocument()DocumentNode. getDocument()Methods in cdc.util.data with parameters of type Document Modifier and Type Method Description static ElementDocument. getRootElement(Document document)Returns the root element of a document. -
Uses of Document in cdc.util.data.xml
Methods in cdc.util.data.xml that return Document Modifier and Type Method Description static DocumentXmlDataReader. load(File file, Compressor compressor, XmlDataReader.Feature... features)static DocumentXmlDataReader. load(File file, XmlDataReader.Feature... features)static DocumentXmlDataReader. load(InputStream is, XmlDataReader.Feature... features)static DocumentXmlDataReader. load(InputStream is, String systemId, XmlDataReader.Feature... features)static DocumentXmlDataReader. load(String filename, Compressor compressor, XmlDataReader.Feature... features)static DocumentXmlDataReader. load(String filename, XmlDataReader.Feature... features)static DocumentXmlDataReader. load(String s, Charset charset, XmlDataReader.Feature... features)static DocumentXmlDataReader. load(URL url, Compressor compressor, XmlDataReader.Feature... features)static DocumentXmlDataReader. load(URL url, XmlDataReader.Feature... features)DocumentXmlDataReader. read(File file)Reads a file.DocumentXmlDataReader. read(File file, Compressor compressor)Reads a file.DocumentXmlDataReader. read(InputStream is)DocumentXmlDataReader. read(InputStream is, Compressor compressor)DocumentXmlDataReader. read(InputStream is, String systemId)Reads an InputStream.DocumentXmlDataReader. read(InputStream is, String systemId, Compressor compressor)DocumentXmlDataReader. read(String filename)Reads a file.DocumentXmlDataReader. read(String filename, Compressor compressor)Reads a file.DocumentXmlDataReader. read(String s, Charset charset)Reads a string.DocumentXmlDataReader. read(URL url)Reads an URL.DocumentXmlDataReader. read(URL url, Compressor compressor)Reads an URL.Methods in cdc.util.data.xml with parameters of type Document Modifier and Type Method Description static voidXmlDataWriter. print(Document doc, PrintStream out, String indent, boolean close, XmlWriter.Feature... features)Prints a Document to a PrintStream.static voidXmlDataWriter. save(Document doc, File file, String indent, XmlWriter.Feature... features)Saves a Document to a File.static voidXmlDataWriter. save(Document doc, OutputStream os, String indent, XmlWriter.Feature... features)Saves a Document to an OutputStream.static voidXmlDataWriter. save(Document doc, Writer writer, String indent, XmlWriter.Feature... features)Saves a Document to a Writer.static voidXmlDataWriter. save(Document doc, String filename, String indent, XmlWriter.Feature... features)Saves a Document to a File.static StringXmlDataWriter. toString(Document doc, String indent, XmlWriter.Feature... features)
-