Skip navigation links
oracle.jbo.mom.xml
Interface DefNode
- All Known Subinterfaces:
- DefElement
- All Known Implementing Classes:
- DefElementImpl, ElementDefElement, 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.
ELEMENT_NODE
static final short ELEMENT_NODE
-
- See Also:
- Constant Field Values
ATTRIBUTE_NODE
static final short ATTRIBUTE_NODE
-
- See Also:
- Constant Field Values
TEXT_NODE
static final short TEXT_NODE
-
- See Also:
- Constant Field Values
CDATA_SECTION_NODE
static final short CDATA_SECTION_NODE
-
- See Also:
- Constant Field Values
getLocalName
java.lang.String getLocalName()
getNamespaceURI
java.lang.String getNamespaceURI()
getNodeName
java.lang.String getNodeName()
getNodeType
short getNodeType()
getNodeValue
java.lang.String getNodeValue()
Skip navigation links
Copyright © 1997, 2011, Oracle. All rights reserved.