XERCES-1.4.4 Parser Bundle

The XERCES-1.4.4 Parser Bundle provides the Xerces XML parser developed by the Apache Software Foundation. It conforms to the OSGi Specification for XML Parser Service.

Note: The XERCES-1.4.4 Parser Bundle does not function properly on Skelmir's CEE-J JVM due to class loading model supported only in JVMs compliant with JDK 1.2 and later.

Bundle Information

Bundle JAR

The JAR file of the XERCES-1.4.4 Parser Bundle is xerces144.jar, and it is located in the bundles folder.

Import

Package Exporter Description
javax.xml.parsers JAXP 1.0 API bundle Provides the JAXP API for processing XML documents.
org.w3c.dom The DOM Core Specification. Defines the api for representing XML documents through DOM structures.
org.w3c.dom.events This package contains interfaces for handling events from a DOM.
org.w3c.dom.html The DOM interfaces for HTML documents.
org.w3c.dom.ranges Allows manipulating a range of content in a document.
org.w3c.dom.traversal These interfaces provide traversal of a document's contents.
org.xml.sax Holds the Simple API for XML Parsing (SAX).
org.xml.sax.ext This package contains interfaces to SAX2 facilities.
org.xml.sax.helpers Contains simple helper classes.

Export

The XERCES-1.4.4 Parser Bundle exports the following packages:

Package Description
org.osgi.util.xml Holds the OSGi defined utility class XMLParserActivator, which registers implementations of the SAX and DOM XML parsers.
org.apache.xerces.framework The basic interfaces of the XERCES XML parser.
org.apache.xerces.jaxp Implementation of the JAXP technology.
org.apache.xerces.parsers The DOM and SAX parsers implementation classes.
org.apache.xerces.readers Classes and interfaces for entity handling.
org.apache.xerces.utils Different utility classes.

Services

SAX Parser Factory

The javax.xml.parsers.SAXParserFactory class provides APIs for processing XML documents according to the SAX Specification.

Document Builder Factory

The javax.xml.parsers.DocumentBuilderFactory provides APIs for creating a DOM tree of a XML document according to the Document Object Model (DOM) Specifications.

References


OSGi Bundles