| Package | Description |
|---|---|
| oracle.ide.model |
Contains interfaces and classes implementing JDeveloper's data model.
|
| oracle.ide.xml |
Provides common methods used for processing XML.
|
| Class and Description |
|---|
| XMLRecognizer.Attributes
When Node types are recognized based on root element name and
namespace, they can additionally be recognized based on root
element attribute name/value pairs, either an and'ed list of
attribute name/value pairs (all name/value pairs have to be
present for the Node to be recognized), or an or'ed list (at
least one of the name/value pairs has to be present for the
Node to be recognized).
|
| XMLRecognizer.Doctype
Two Doctype instances are considered equal if their public IDs
match, regardless of what the system IDs are.
|
| XMLRecognizer.NoNamespaceRule |
| XMLRecognizer.NSElem |
| Class and Description |
|---|
| NodeInfoLoader
This interface defines a method which can be called to lazily
load NodeInfos when a file extension is recognized.
|
| StartElementPacket
Data class used as an immutable return value from
XMLUtil
methods. |
| XMLRecognizer
The
XMLRecognizer is the default Recognizer
implementation used in the IDE. |
| XMLRecognizer.Attribute
Represents one attribute name/value pair used in the Attributes class.
|
| XMLRecognizer.Attributes
When Node types are recognized based on root element name and
namespace, they can additionally be recognized based on root
element attribute name/value pairs, either an and'ed list of
attribute name/value pairs (all name/value pairs have to be
present for the Node to be recognized), or an or'ed list (at
least one of the name/value pairs has to be present for the
Node to be recognized).
|