Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


oracle.jbo.server
Class XmlDocumentReader

java.lang.Object
  extended by oracle.jbo.server.XmlDocumentReader

Direct Known Subclasses:
DotNetXmlDocumentReader

public class XmlDocumentReader
extends java.lang.Object

Field Summary
static int CURRENT_VERSION
           
static int OLD_VERSION
           

 

Constructor Summary
XmlDocumentReader(Document doc)
           

 

Method Summary
 NodeIterator createDeletedRowNodeIterator(ViewObjectImpl vo, Node n)
           
 NodeIterator createRowNodeIterator(ViewObjectImpl vo, Node n)
           
 TreeWalker createRowNodeWalker(ViewObjectImpl vo, Node rootNode)
           
 Element getChildElement(Element forRow, java.lang.String elementName, int version)
           
 Document getXMLDocument()
           
 DataDocument readDataDocument(ApplicationModule am)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

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

Constructor Detail

XmlDocumentReader

public XmlDocumentReader(Document doc)

Method Detail

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)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


Copyright © 1997, 2012, Oracle. All rights reserved.