All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.larssh.utils.xml.TransformerFactoryFeatures Maven / Gradle / Ivy

// Generated by delombok at Sat Apr 03 10:50:23 UTC 2021
package de.larssh.utils.xml;

import javax.xml.XMLConstants;

/**
 * A collection of features to be used for instances of
 * {@link javax.xml.transform.TransformerFactory}.
 */
@SuppressWarnings("PMD.ClassNamingConventions")
public final class TransformerFactoryFeatures {
	/**
	 * Feature for secure processing.
	 *
	 * @see XMLConstants#FEATURE_SECURE_PROCESSING
	 */
	public static final String SECURE_PROCESSING = XMLConstants.FEATURE_SECURE_PROCESSING;

	@java.lang.SuppressWarnings("all")
	@edu.umd.cs.findbugs.annotations.SuppressFBWarnings(justification = "generated code")
	@lombok.Generated
	private TransformerFactoryFeatures() {
		throw new java.lang.UnsupportedOperationException("This is a utility class and cannot be instantiated");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy