BEA WebLogic Server 10.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/920/domain
complexType xml-parser-select-registry-entryType

{http://www.w3.org/2001/XMLSchema}anyType
  {http://www.bea.com/ns/weblogic/920/domain}configurationType
      {http://www.bea.com/ns/weblogic/920/domain}xml-parser-select-registry-entryType

Model
<...>
name?, notes?, public-id?, system-id?, root-element-tag?, document-builder-factory?, sax-parser-factory?, transformer-factory?, parser-class-name?
</...>
Prohibited substitutions (block)
none (extensions and restrictions are allowed)
Usage
Derived types: none
Components using this type: none
Documentation

A Parser Select Entry specifies the SAX/DOM parser factory implementation classes for a particular document type.

By default, WebLogic server uses either the built-in (out-of-the-box) or default SAX/DOM parser factory implementation classes when it parses an XML document. However, you can specify that particular XML documents, based on their public IDs, system IDs, or root elements, use different parser factory implementation classes than the default. You do this by first creating an XML Registry and then creating a Parser Select entry and specifying how to identify the document and then the desired implementation classes. The XML document type is identified by one or more of the following: 1) a public ID (e.g, "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" 2) a system ID (e.g, "http://java.sun.com/j2ee/dtds/ejb-jar_2_0.dtd") 3) a document root tag name (e.g., "ejb-jar") This configuration information is used by the WebLogic JAXP implementation to choose the appropriate parser factories (SAX and DOM).

MBean: XMLParserSelectRegistryEntryMBean


Nested Element Summary
annonymous type derived from stringname optional
           
stringnotes optional
          

Optional information that you can include to describe this configuration.

 
stringpublic-id optional
          

Specifies the public ID of the XML document type for which this XML registry entry is being configured.

 
stringsystem-id optional
          

Specifies the system ID of the XML document type for which this XML registry entry is being configured.

 
stringroot-element-tag optional
          

Specifies the root element of the XML document type for which this XML registry entry is being configured.

 
stringdocument-builder-factory optional
          

Specifies the fully qualified name of the class that implements the DocumentBuilderFactory API.

 
stringsax-parser-factory optional
          

Specifies the fully qualified name of the class that implements the SAXParserFactory API.

 
stringtransformer-factory optional
          

Specifies the fully qualified name of the class that implements the TransformerFactory API.

 
stringparser-class-name optional
          

Provides the class name of any custom XML parser that is associated with this parser select entry.

 

BEA WebLogic Server 10.0 Domain Configuration Schema Reference

Version: 10.0