| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}xml-parser-select-registry-entryType (extension)
Corresponds to XMLParserSelectRegistryEntryMBean
Nested Element Summary | |
xs:string | document-builder-factory Specifies the fully qualified name of the class that implements the DocumentBuilderFactory API. |
xs:string | parser-class-name Provides the class name of any custom XML parser that is associated with this parser select entry. |
xs:string | public-id Specifies the public ID of the XML document type for which this XML registry entry is being configured. |
xs:string | root-element-tag Specifies the root element of the XML document type for which this XML registry entry is being configured. |
xs:string | sax-parser-factory Specifies the fully qualified name of the class that implements the SAXParserFactory API. |
xs:string | system-id Specifies the system ID of the XML document type for which this XML registry entry is being configured. |
xs:string | transformer-factory Specifies the fully qualified name of the class that implements the TransformerFactory API. |
<xs:complexType name="xml-parser-select-registry-entryType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><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:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |