|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.common.ClientDocument
public class ClientDocument
Internal: Applications should not use this class.
Defines a simple XML document.
A ClientDocument instance contains the root element of an XML hierarchy tree. The middle-tier provides an XML parser and can construct an XML hierarchy tree from XML, or convert a tree into XML.
ClientElement, Serialized Form| Constructor Summary | |
|---|---|
ClientDocument()Internal: Applications should not use this constructor. |
|
ClientDocument(ClientElement root)Designates an XML element as the root of an XML hierarchy. |
|
| Method Summary | |
|---|---|
ClientElement |
getRoot()Gets the root element of this ClientDocument's XML hierarchy. |
static void |
main(java.lang.String[] args) |
void |
readXML(java.lang.String fileName)Consructs the hierarchy tree from an XML file. |
void |
writeXML(java.io.File file)Writes the hierarchy tree in XML format to a file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientDocument()
public ClientDocument(ClientElement root)
root - an XML element.| Method Detail |
|---|
public ClientElement getRoot()
ClientDocument's XML hierarchy.
public void writeXML(java.io.File file)
throws java.io.IOException
file - the destination file.java.io.IOExceptionpublic void readXML(java.lang.String fileName)
fileName - the source file.public static void main(java.lang.String[] args)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||