bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

XMLRegistry

 


Description

Configure the behavior of JAXP (Java API for XML Parsing) in the server.

 


Syntax

<XMLRegistry
DocumentBuilderFactory="String"
Name="String"
Notes="String"
SAXParserFactory="String"
TransformerFactory="String"
WhenToCache=( "cache-on-reference" | "cache-at-initialization" | "cache-never" )
/>

 


Parent Elements

 


Child Elements

 


Attributes

Table 82-1 XMLRegistry attributes

Attribute

Description

Range of Values and Default

DocumentBuilderFactory

Return the class name of the default DocumentBuilderFactory

Admin Console field label: DocumentBuilderFactory

Required: no

Default: weblogic.apache.xerces.jaxp.DocumentBuilderFactoryImpl

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Admin Console field label: Notes

Required: no

SAXParserFactory

Return the class name of the default SAXParserFactory

Admin Console field label: SAXParserFactory

Required: no

Default: weblogic.apache.xerces.jaxp.SAXParserFactoryImpl

TransformerFactory

Return the class name of the default TransformerFactory

Admin Console field label: Transformer Factory

Required: no

Default: weblogic.apache.xalan.processor.TransformerFactoryImpl

WhenToCache

Set whether to cache items as soon as possible or wait until referenced.

Admin Console field label: When To Cache

Required: no

Default: cache-on-reference

 

Back to Top Previous Next