| 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-registryType (extension)
Corresponds to XMLRegistryMBean
Nested Element Summary | |
xs:string | document-builder-factory The fully qualified name of the class that implements the DocumentBuilderFactory interface. |
xs:string | sax-parser-factory The fully qualified name of the class that implements the SAXParserFactory interface. |
xs:string | transformer-factory The fully qualified name of the class that implements the TransformerFactory interface. |
| when-to-cache Specifies when WebLogic Server should cache external entities that it retrieves from the Web. |
dom:xml-entity-spec-registry-entryType | xml-entity-spec-registry-entry Provides a list of EntitySpec registry entries. |
dom:xml-parser-select-registry-entryType | xml-parser-select-registry-entry Provides a list of the set of ParserSelect registry entries. |
<xs:complexType name="xml-registryType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><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 maxOccurs="unbounded" minOccurs="0" name="xml-parser-select-registry-entry" nillable="true" type="dom:xml-parser-select-registry-entryType">
</xs:element><xs:element maxOccurs="unbounded" minOccurs="0" name="xml-entity-spec-registry-entry" nillable="true" type="dom:xml-entity-spec-registry-entryType">
</xs:element><xs:element minOccurs="0" name="when-to-cache" nillable="true"></xs:sequence><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="cache-on-reference"/><xs:enumeration value="cache-at-initialization"/><xs:enumeration value="cache-never"/></xs:restriction>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |