oracle.jbo.server
Class XmlDocumentReader
java.lang.Object
oracle.jbo.server.XmlDocumentReader
- Direct Known Subclasses:
- DotNetXmlDocumentReader
- public class XmlDocumentReader
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CURRENT_VERSION
public static final int CURRENT_VERSION
- See Also:
- Constant Field Values
OLD_VERSION
public static final int OLD_VERSION
- See Also:
- Constant Field Values
XmlDocumentReader
public XmlDocumentReader(Document doc)
getXMLDocument
public Document getXMLDocument()
readDataDocument
public DataDocument readDataDocument(ApplicationModule am)
getChildElement
public Element getChildElement(Element forRow,
java.lang.String elementName,
int version)
createRowNodeWalker
public TreeWalker createRowNodeWalker(ViewObjectImpl vo,
Node rootNode)
createRowNodeIterator
public NodeIterator createRowNodeIterator(ViewObjectImpl vo,
Node n)
createDeletedRowNodeIterator
public NodeIterator createDeletedRowNodeIterator(ViewObjectImpl vo,
Node n)
Copyright © 1997, 2004, Oracle. All rights reserved.