|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jbo.common.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 FormConstructor 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.IOException
public void readXML(java.lang.String fileName)
fileName
- the source file.public static void main(java.lang.String[] args)
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.