| Package | Description |
|---|---|
| oracle.ide.model |
Contains interfaces and classes implementing JDeveloper's data model.
|
| oracle.ide.xml |
Provides common methods used for processing XML.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLDataNode.setNodeInfo(NodeInfo info)
Binds the given
info to the XMLDataNode
instance as being its node information. |
| Modifier and Type | Method and Description |
|---|---|
static NodeInfo |
XMLRecognizer.findNodeInfo(java.lang.Class dataClass)
This method finds a
NodeInfo instance that is associated
with a particular data Class. |
| Modifier and Type | Method and Description |
|---|---|
static void |
XMLRecognizer.registerNodeInfo(NodeInfo info)
Uses the specified
NodeInfo to register recognizer
behavior. |