Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.mom.xml
Interface DefNode

All Known Subinterfaces:
DefElement
All Known Implementing Classes:
DefElementImpl, MAttributeDefNode, MTextDefNode, NodeDefNode, WrapperDefElement

public interface DefNode

This interface represents a node in a read-only representation (e.g. DOM or MDS MElement) of the XML for a document.


Field Summary
static short ATTRIBUTE_NODE
           
static short CDATA_SECTION_NODE
           
static short ELEMENT_NODE
           
static short TEXT_NODE
           

 

Method Summary
 java.lang.String getLocalName()
           
 java.lang.String getNamespaceURI()
           
 java.lang.String getNodeName()
           
 short getNodeType()
           
 java.lang.String getNodeValue()
           

 

Field Detail

ELEMENT_NODE

public static final short ELEMENT_NODE
See Also:
Constant Field Values

ATTRIBUTE_NODE

public static final short ATTRIBUTE_NODE
See Also:
Constant Field Values

TEXT_NODE

public static final short TEXT_NODE
See Also:
Constant Field Values

CDATA_SECTION_NODE

public static final short CDATA_SECTION_NODE
See Also:
Constant Field Values

Method Detail

getLocalName

public java.lang.String getLocalName()

getNamespaceURI

public java.lang.String getNamespaceURI()

getNodeName

public java.lang.String getNodeName()

getNodeType

public short getNodeType()

getNodeValue

public java.lang.String getNodeValue()

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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