Uses of Interface
org.apache.xml.security.stax.ext.InputProcessor
Packages that use InputProcessor
-
Uses of InputProcessor in org.apache.xml.security.stax.ext
Classes in org.apache.xml.security.stax.ext that implement InputProcessorModifier and TypeClassDescriptionclassAn abstract InputProcessor class for reusabiltyMethods in org.apache.xml.security.stax.ext that return types with arguments of type InputProcessorModifier and TypeMethodDescriptionXMLSecurityProperties.getInputProcessorList()Returns the currently registered additional InputProcessorsInputProcessorChain.getProcessors()Returns a list with the active processors.Methods in org.apache.xml.security.stax.ext with parameters of type InputProcessorModifier and TypeMethodDescriptionvoidXMLSecurityProperties.addInputProcessor(InputProcessor inputProcessor) Add an additional, non standard, InputProcessor to the chainvoidInputProcessorChain.addProcessor(InputProcessor inputProcessor) Adds an InputProcessor to the chain.InputProcessorChain.createSubChain(InputProcessor inputProcessor) Create a new SubChain.InputProcessorChain.createSubChain(InputProcessor inputProcessor, boolean clone) Create a new SubChain.voidInputProcessorChain.removeProcessor(InputProcessor inputProcessor) Removes the specified InputProcessor from this chain.