BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

Super Types
{http://www.bea.com/ns/weblogic/90/domain}xml-parser-select-registry-entryType (extension)

Documentation
Corresponds to XMLParserSelectRegistryEntryMBean
Properties
This component is not nillable.

Model
<...>
(public-id?, system-id?, root-element-tag?, document-builder-factory?, sax-parser-factory?, transformer-factory?, parser-class-name? )
</...>


Nested Element Summary
xs:stringdocument-builder-factory
          Specifies the fully qualified name of the class that implements the DocumentBuilderFactory API. 
xs:stringparser-class-name
          Provides the class name of any custom XML parser that is associated with this parser select entry. 
xs:stringpublic-id
          Specifies the public ID of the XML document type for which this XML registry entry is being configured. 
xs:stringroot-element-tag
          Specifies the root element of the XML document type for which this XML registry entry is being configured. 
xs:stringsax-parser-factory
          Specifies the fully qualified name of the class that implements the SAXParserFactory API. 
xs:stringsystem-id
          Specifies the system ID of the XML document type for which this XML registry entry is being configured. 
xs:stringtransformer-factory
          Specifies the fully qualified name of the class that implements the TransformerFactory API. 
Source
<xs:complexType name="xml-parser-select-registry-entryType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="public-id" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="system-id" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="root-element-tag" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="document-builder-factory" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="sax-parser-factory" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="transformer-factory" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="parser-class-name" nillable="true" type="xs:string">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation