Index
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
XMLInputFactoryof the system-default implementation. - newDefaultInstance() - Static method in class org.apache.commons.xml.secure.SecureDocumentBuilderFactory
-
Returns a new, secure
DocumentBuilderFactoryof the system-default implementation. - newDefaultInstance() - Static method in class org.apache.commons.xml.secure.SecureSAXParserFactory
-
Returns a new, secure
SAXParserFactoryof the system-default implementation. - newDefaultInstance() - Static method in class org.apache.commons.xml.secure.SecureSchemaFactory
-
Returns a new, secure
SchemaFactoryof 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
TransformerFactoryof the system-default implementation. - newDefaultInstance() - Static method in class org.apache.commons.xml.secure.SecureXPathFactory
-
Returns a new, secure
XPathFactoryof 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
DocumentBuilderFactoryof the system-default implementation, enabling namespace awareness onSecureDocumentBuilderFactory.newDefaultInstance(), the behaviorDocumentBuilderFactory.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
SAXParserFactoryof the system-default implementation, enabling namespace awareness onSecureSAXParserFactory.newDefaultInstance(), the behaviorSAXParserFactory.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 byXMLInputFactory.newFactory(). - newFactory(String, ClassLoader) - Static method in class org.apache.commons.xml.secure.SecureXMLInputFactory
-
Returns a new, secure
XMLInputFactoryresolved 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
XPathFactoryfor the default XPath object model. - newInstance(String) - Static method in class org.apache.commons.xml.secure.SecureSchemaFactory
-
Returns a new, secure
SchemaFactoryfor the given schema language. - newInstance(String) - Static method in class org.apache.commons.xml.secure.SecureXPathFactory
-
Returns a new, secure
XPathFactoryfor the given object model. - newInstance(String, ClassLoader) - Static method in class org.apache.commons.xml.secure.SecureDocumentBuilderFactory
-
Returns a new, secure
DocumentBuilderFactoryof the given implementation class. - newInstance(String, ClassLoader) - Static method in class org.apache.commons.xml.secure.SecureSAXParserFactory
-
Returns a new, secure
SAXParserFactoryof the given implementation class. - newInstance(String, ClassLoader) - Static method in class org.apache.commons.xml.secure.SecureTransformerFactory
-
Returns a new, secure
TransformerFactoryof the given implementation class. - newInstance(String, String, ClassLoader) - Static method in class org.apache.commons.xml.secure.SecureSchemaFactory
-
Returns a new, secure
SchemaFactoryof the given implementation class. - newInstance(String, String, ClassLoader) - Static method in class org.apache.commons.xml.secure.SecureXPathFactory
-
Returns a new, secure
XPathFactoryof 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 onSecureDocumentBuilderFactory.newInstance(), the behaviorDocumentBuilderFactory.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 onSecureSAXParserFactory.newInstance(), the behaviorSAXParserFactory.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
DocumentBuilderFactoryof the given implementation class, enabling namespace awareness onSecureDocumentBuilderFactory.newInstance(String, ClassLoader), the behaviorDocumentBuilderFactory.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
SAXParserFactoryof the given implementation class, enabling namespace awareness onSecureSAXParserFactory.newInstance(String, ClassLoader), the behaviorSAXParserFactory.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
DocumentBuilderFactoryinstances. - SecureSAXParserFactory - Class in org.apache.commons.xml.secure
-
Creates new, secure
SAXParserFactoryinstances. - SecureSchemaFactory - Class in org.apache.commons.xml.secure
-
Creates new, secure
SchemaFactoryinstances. - SecureTransformerFactory - Class in org.apache.commons.xml.secure
-
Creates new, secure
TransformerFactoryinstances. - SecureXMLInputFactory - Class in org.apache.commons.xml.secure
-
Creates new, secure
XMLInputFactoryinstances. - SecureXPathFactory - Class in org.apache.commons.xml.secure
-
Creates new, secure
XPathFactoryinstances. - 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
All Classes and Interfaces|All Packages