|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.6) E22566-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.apps.fnd.applxdf.xdfapi.XdfObject
public abstract class XdfObject
An Abstract class of an xdf file object.
Field Summary | |
---|---|
protected javax.xml.namespace.NamespaceContext |
ctx
|
protected static boolean |
DEBUG
|
protected java.lang.String |
mBaseObjType
|
protected java.lang.String |
mName
|
protected boolean |
mPersistenceFormat
|
protected java.lang.String |
mSchemaName
|
protected UserDefinedProperties |
mUsrPros
|
protected oracle.xml.parser.v2.XMLElement |
mXmlDoc
|
protected javax.xml.xpath.XPath |
mXPath
|
protected javax.xml.xpath.XPathExpression |
mXPathExpr
|
Constructor Summary | |
---|---|
protected |
XdfObject(oracle.xml.parser.v2.XMLElement xmlDoc)
Constructs a new instance with the specified xml document. |
protected |
XdfObject(oracle.xml.parser.v2.XMLElement xmlDoc,
boolean persistenceFormat)
Constructs a new instance with the specified xml document and persistence format. |
protected |
XdfObject(oracle.xml.parser.v2.XMLElement xmlDoc,
boolean persistenceFormat,
java.lang.String baseObjectType)
Constructs a new instance with the specified xml document, persistence format and base object type. |
Method Summary | |
---|---|
java.lang.String |
getName()
Retrieves the name of this xdf object. |
boolean |
getPersistenceFormat()
Retrieves the persistence format of this object. |
java.lang.String |
getSchemaName()
Retrieves the schema name of this object. |
abstract java.lang.String |
getType()
Retrieves the type of this object. |
oracle.xml.parser.v2.XMLElement |
getXmlDoc()
Get current XML document or document segment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.xml.namespace.NamespaceContext ctx
protected java.lang.String mName
protected oracle.xml.parser.v2.XMLElement mXmlDoc
protected java.lang.String mSchemaName
protected UserDefinedProperties mUsrPros
protected boolean mPersistenceFormat
protected java.lang.String mBaseObjType
protected javax.xml.xpath.XPath mXPath
protected javax.xml.xpath.XPathExpression mXPathExpr
protected static final boolean DEBUG
Constructor Detail |
---|
protected XdfObject(oracle.xml.parser.v2.XMLElement xmlDoc)
xmlDoc
- - an xml document element.protected XdfObject(oracle.xml.parser.v2.XMLElement xmlDoc, boolean persistenceFormat)
xmlDoc
- - an xml document element.protected XdfObject(oracle.xml.parser.v2.XMLElement xmlDoc, boolean persistenceFormat, java.lang.String baseObjectType)
xmlDoc
- - an xml document element.Method Detail |
---|
public abstract java.lang.String getType()
public oracle.xml.parser.v2.XMLElement getXmlDoc()
public java.lang.String getName()
public java.lang.String getSchemaName()
public boolean getPersistenceFormat()
|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.6) E22566-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |