Uses of Interface
org.apache.xml.security.stax.ext.OutputProcessor
Packages that use OutputProcessor
-
Uses of OutputProcessor in org.apache.xml.security.stax.ext
Classes in org.apache.xml.security.stax.ext that implement OutputProcessorModifier and TypeClassDescriptionclassAn abstract OutputProcessor class for reusabiltyclassAn abstract OutputProcessor class for reusabiltyMethods in org.apache.xml.security.stax.ext that return types with arguments of type OutputProcessorModifier and TypeMethodDescriptionSet<Class<? extends OutputProcessor>> AbstractOutputProcessor.getAfterProcessors()Set<Class<? extends OutputProcessor>> OutputProcessor.getAfterProcessors()This OutputProcessor will be added after the processors in this setSet<Class<? extends OutputProcessor>> AbstractOutputProcessor.getBeforeProcessors()Set<Class<? extends OutputProcessor>> OutputProcessor.getBeforeProcessors()This OutputProcessor will be added before the processors in this setOutputProcessorChain.getProcessors()Returns a list with the active processors.Methods in org.apache.xml.security.stax.ext with parameters of type OutputProcessorModifier and TypeMethodDescriptionvoidOutputProcessorChain.addProcessor(OutputProcessor outputProcessor) Adds an OutputProcessor to the chain.OutputProcessorChain.createSubChain(OutputProcessor outputProcessor) Create a new SubChain.OutputProcessorChain.createSubChain(OutputProcessor outputProcessor, org.apache.xml.security.stax.ext.stax.XMLSecStartElement parentXMLSecStartElement) voidOutputProcessorChain.removeProcessor(OutputProcessor outputProcessor) Removes the specified OutputProcessor from this chain.Method parameters in org.apache.xml.security.stax.ext with type arguments of type OutputProcessorModifier and TypeMethodDescriptionvoidAbstractOutputProcessor.addAfterProcessor(Class<? extends OutputProcessor> processor) voidOutputProcessor.addAfterProcessor(Class<? extends OutputProcessor> processor) Add this processor after the given processorvoidAbstractOutputProcessor.addBeforeProcessor(Class<? extends OutputProcessor> processor) voidOutputProcessor.addBeforeProcessor(Class<? extends OutputProcessor> processor) Add this processor before the given processor