Administration Console Online Help

 Previous Next Contents Index  

 


XML Parser Select Registry Entry --> Configuration

Tasks     Additional Documentation     Attributes

Overview

By default, WebLogic Server is configured to use the built-in parser and transformer to parse and transform XML documents. In release 7.0, the built-in XML parser is Apache Xerces and the built-in transformer is Apache Xalan. As long as you use the default, you do not have to perform any configuration tasks for your XML applications. If you want to use a parser or transformer other than the built-in, you must use the XML Registry to configure them.

Use the Configuration tab to specify a parser for a particular document type based on either its System ID, its Public ID, or its root element. You can configure the parser used for DOM style parsing, SAX style parsing, and transformations by entering the appropriate factory class.

Tasks

Configuring a Parser or Transformer Other Than the Built-In

Configuring a Parser for a Particular Document Type

Additional Documentation

(Requires an Internet connection.)

XML Parser and Transformer Configuration Tasks

Attributes

Attribute Label

Description

Value Constraints

Public Id

The public id of the document type represented by this registry entry.

MBean: weblogic.management.
configuration.
XMLParserSelectRegistryEntryMBean

Attribute: PublicId

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

System Id

The system id of the document type represented by this registry entry.

MBean: weblogic.management.
configuration.
XMLParserSelectRegistryEntryMBean

Attribute: SystemId

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

Root Element Tag

The tag name of the document root element of the document type represented by this registry entry.

MBean: weblogic.management.
configuration.
XMLParserSelectRegistryEntryMBean

Attribute: RootElementTag

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

Document Builder Factory

The class name of the DocumentBuilderFactory that is associated with the registry entry.

MBean: weblogic.management.
configuration.
XMLParserSelectRegistryEntryMBean

Attribute: DocumentBuilderFactory

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

Parser Class Name

Return class name of any custom XML parser that is associated with the registry entry.

MBean: weblogic.management.
configuration.
XMLParserSelectRegistryEntryMBean

Attribute: ParserClassName

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

SAXParser Factory

The class name of the SAXParserFactory that is associated with the registry entry.

MBean: weblogic.management.
configuration.
XMLParserSelectRegistryEntryMBean

Attribute: SAXParserFactory

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next