Uses of Interface
org.apache.xml.security.stax.ext.InputProcessor
-
Packages that use InputProcessor Package Description org.apache.xml.security.stax.ext -
-
Uses of InputProcessor in org.apache.xml.security.stax.ext
Classes in org.apache.xml.security.stax.ext that implement InputProcessor Modifier and Type Class Description classAbstractInputProcessorAn abstract InputProcessor class for reusabiltyMethods in org.apache.xml.security.stax.ext that return types with arguments of type InputProcessor Modifier and Type Method Description List<InputProcessor>XMLSecurityProperties. getInputProcessorList()Returns the currently registered additional InputProcessorsList<InputProcessor>InputProcessorChain. getProcessors()Returns a list with the active processors.Methods in org.apache.xml.security.stax.ext with parameters of type InputProcessor Modifier and Type Method Description voidXMLSecurityProperties. addInputProcessor(InputProcessor inputProcessor)Add an additional, non standard, InputProcessor to the chainvoidInputProcessorChain. addProcessor(InputProcessor inputProcessor)Adds an InputProcessor to the chain.InputProcessorChainInputProcessorChain. createSubChain(InputProcessor inputProcessor)Create a new SubChain.InputProcessorChainInputProcessorChain. createSubChain(InputProcessor inputProcessor, boolean clone)Create a new SubChain.voidInputProcessorChain. removeProcessor(InputProcessor inputProcessor)Removes the specified InputProcessor from this chain.
-