Index

A C F N O S T U W 
All Classes and Interfaces|All Packages

A

Apache Commons Secure XML - Section in Overview
 

C

Caching and Thread-Safety - Section in Overview
 
Caller-supplied URIs - Section in package org.apache.commons.xml.secure
 
Configuration - Section in Overview
 

F

Factory Methods - Section in Overview
 

N

newDefaultFactory() - Static method in class org.apache.commons.xml.secure.SecureXMLInputFactory
Returns a new, secure XMLInputFactory of the system-default implementation.
newDefaultInstance() - Static method in class org.apache.commons.xml.secure.SecureDocumentBuilderFactory
Returns a new, secure DocumentBuilderFactory of the system-default implementation.
newDefaultInstance() - Static method in class org.apache.commons.xml.secure.SecureSAXParserFactory
Returns a new, secure SAXParserFactory of the system-default implementation.
newDefaultInstance() - Static method in class org.apache.commons.xml.secure.SecureSchemaFactory
Returns a new, secure SchemaFactory of the system-default implementation, supporting W3C XML Schema 1.0.
newDefaultInstance() - Static method in class org.apache.commons.xml.secure.SecureTransformerFactory
Returns a new, secure TransformerFactory of the system-default implementation.
newDefaultInstance() - Static method in class org.apache.commons.xml.secure.SecureXPathFactory
Returns a new, secure XPathFactory of the system-default implementation, supporting the default XPath object model.
newDefaultNSInstance() - Static method in class org.apache.commons.xml.secure.SecureDocumentBuilderFactory
Returns a new, secure, namespace-aware DocumentBuilderFactory of the system-default implementation, enabling namespace awareness on SecureDocumentBuilderFactory.newDefaultInstance(), the behavior DocumentBuilderFactory.newDefaultNSInstance() (Java 13 or later) is specified to have.
newDefaultNSInstance() - Static method in class org.apache.commons.xml.secure.SecureSAXParserFactory
Returns a new, secure, namespace-aware SAXParserFactory of the system-default implementation, enabling namespace awareness on SecureSAXParserFactory.newDefaultInstance(), the behavior SAXParserFactory.newDefaultNSInstance() (Java 13 or later) is specified to have.
newFactory() - Static method in class org.apache.commons.xml.secure.SecureXMLInputFactory
Returns a new, secure XMLInputFactory, as by XMLInputFactory.newFactory().
newFactory(String, ClassLoader) - Static method in class org.apache.commons.xml.secure.SecureXMLInputFactory
Returns a new, secure XMLInputFactory resolved from the given factory id.
newInstance() - Static method in class org.apache.commons.xml.secure.SecureDocumentBuilderFactory
Returns a new, secure DocumentBuilderFactory.
newInstance() - Static method in class org.apache.commons.xml.secure.SecureSAXParserFactory
Returns a new, secure SAXParserFactory.
newInstance() - Static method in class org.apache.commons.xml.secure.SecureTransformerFactory
Returns a new, secure TransformerFactory.
newInstance() - Static method in class org.apache.commons.xml.secure.SecureXMLInputFactory
Returns a new, secure XMLInputFactory.
newInstance() - Static method in class org.apache.commons.xml.secure.SecureXPathFactory
Returns a new, secure XPathFactory for the default XPath object model.
newInstance(String) - Static method in class org.apache.commons.xml.secure.SecureSchemaFactory
Returns a new, secure SchemaFactory for the given schema language.
newInstance(String) - Static method in class org.apache.commons.xml.secure.SecureXPathFactory
Returns a new, secure XPathFactory for the given object model.
newInstance(String, ClassLoader) - Static method in class org.apache.commons.xml.secure.SecureDocumentBuilderFactory
Returns a new, secure DocumentBuilderFactory of the given implementation class.
newInstance(String, ClassLoader) - Static method in class org.apache.commons.xml.secure.SecureSAXParserFactory
Returns a new, secure SAXParserFactory of the given implementation class.
newInstance(String, ClassLoader) - Static method in class org.apache.commons.xml.secure.SecureTransformerFactory
Returns a new, secure TransformerFactory of the given implementation class.
newInstance(String, String, ClassLoader) - Static method in class org.apache.commons.xml.secure.SecureSchemaFactory
Returns a new, secure SchemaFactory of the given implementation class.
newInstance(String, String, ClassLoader) - Static method in class org.apache.commons.xml.secure.SecureXPathFactory
Returns a new, secure XPathFactory of the given implementation class.
newNSInstance() - Static method in class org.apache.commons.xml.secure.SecureDocumentBuilderFactory
Returns a new, secure, namespace-aware DocumentBuilderFactory, enabling namespace awareness on SecureDocumentBuilderFactory.newInstance(), the behavior DocumentBuilderFactory.newNSInstance() (Java 13 or later) is specified to have.
newNSInstance() - Static method in class org.apache.commons.xml.secure.SecureSAXParserFactory
Returns a new, secure, namespace-aware SAXParserFactory, enabling namespace awareness on SecureSAXParserFactory.newInstance(), the behavior SAXParserFactory.newNSInstance() (Java 13 or later) is specified to have.
newNSInstance(String, ClassLoader) - Static method in class org.apache.commons.xml.secure.SecureDocumentBuilderFactory
Returns a new, secure, namespace-aware DocumentBuilderFactory of the given implementation class, enabling namespace awareness on SecureDocumentBuilderFactory.newInstance(String, ClassLoader), the behavior DocumentBuilderFactory.newNSInstance(String, ClassLoader) (Java 13 or later) is specified to have.
newNSInstance(String, ClassLoader) - Static method in class org.apache.commons.xml.secure.SecureSAXParserFactory
Returns a new, secure, namespace-aware SAXParserFactory of the given implementation class, enabling namespace awareness on SecureSAXParserFactory.newInstance(String, ClassLoader), the behavior SAXParserFactory.newNSInstance(String, ClassLoader) (Java 13 or later) is specified to have.

O

org.apache.commons.xml.secure - package org.apache.commons.xml.secure
Apache Commons Secure XML provides secure-by-default JAXP factory creation for Java.

S

SecureDocumentBuilderFactory - Class in org.apache.commons.xml.secure
Creates new, secure DocumentBuilderFactory instances.
SecureSAXParserFactory - Class in org.apache.commons.xml.secure
Creates new, secure SAXParserFactory instances.
SecureSchemaFactory - Class in org.apache.commons.xml.secure
Creates new, secure SchemaFactory instances.
SecureTransformerFactory - Class in org.apache.commons.xml.secure
Creates new, secure TransformerFactory instances.
SecureXMLInputFactory - Class in org.apache.commons.xml.secure
Creates new, secure XMLInputFactory instances.
SecureXPathFactory - Class in org.apache.commons.xml.secure
Creates new, secure XPathFactory instances.
Security Guarantees - Section in package org.apache.commons.xml.secure
 
Stylesheets and Schemas - Section in Overview
 
Supported Implementations - Section in Overview
 
Supported Runtimes - Section in Overview
 

T

Thread safety - Section in package org.apache.commons.xml.secure
 
TL;DR - Section in Overview
 
Transformer Handlers and Filters - Section in Overview
 

U

Usage - Section in Overview
 

W

Why - Section in Overview
 
Wrappers, not the Original Factories - Section in Overview
 
A C F N O S T U W 
All Classes and Interfaces|All Packages