Skip navigation.

WebLogic Server Configuration Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

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 88-1 XMLRegistry attributes

Attribute

Description

Range of Values and Default

DocumentBuilderFactory

Return the class name of the default DocumentBuilderFactory

Admin Console field label: Document Builder Factory

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: SAX Parser Factory

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: org.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