Uses of Interface
org.apache.xml.security.stax.ext.OutputProcessor
-
Packages that use OutputProcessor Package Description org.apache.xml.security.stax.ext -
-
Uses of OutputProcessor in org.apache.xml.security.stax.ext
Classes in org.apache.xml.security.stax.ext that implement OutputProcessor Modifier and Type Class Description classAbstractBufferingOutputProcessorAn abstract OutputProcessor class for reusabiltyclassAbstractOutputProcessorAn abstract OutputProcessor class for reusabiltyMethods in org.apache.xml.security.stax.ext that return types with arguments of type OutputProcessor Modifier and Type Method Description Set<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 setList<OutputProcessor>OutputProcessorChain. getProcessors()Returns a list with the active processors.Methods in org.apache.xml.security.stax.ext with parameters of type OutputProcessor Modifier and Type Method Description voidOutputProcessorChain. addProcessor(OutputProcessor outputProcessor)Adds an OutputProcessor to the chain.OutputProcessorChainOutputProcessorChain. createSubChain(OutputProcessor outputProcessor)Create a new SubChain.OutputProcessorChainOutputProcessorChain. 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 OutputProcessor Modifier and Type Method Description voidAbstractOutputProcessor. 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
-