Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Package oracle.ide.xml

Provides common methods used for processing XML.

See:
          Description

Interface Summary
NodeInfoLoader This interface defines a method which can be called to lazily load NodeInfos when a file extension is recognized.
 

Class Summary
StartElementPacket Data class used as an immutable return value from XMLUtil methods.
XMLRecognizer The XMLRecognizer is the default Recognizer implementation used in the IDE.
XMLUtil Utility methods for quickly inspecting the contents of an XML file.
 

Exception Summary
SAXParserDoneException This exception actually signals a normal condition, namely that the SAX handler used to parse the XML file has completed its work, and the XML parsing can stop.
 

Package oracle.ide.xml Description

Provides common methods used for processing XML.

The XMLUtil class provides methods for writing XML, transforming XML with XSL, and for efficiently finding the root element of an XML file.

The XMLRecognizer is the IDE's core recognizer for recognizing XML content. Addins that have their own XML node types should register extensions with the XMLRecognizer whenever possible rather than implementing a separate Recognizer instance.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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