Uses of Interface
org.apache.xml.security.stax.ext.stax.XMLSecCharacters
Packages that use XMLSecCharacters
Package
Description
-
Uses of XMLSecCharacters in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return XMLSecCharactersModifier and TypeMethodDescriptionAbstractOutputProcessor.createCharacters
(char[] text) AbstractOutputProcessor.createCharacters
(String characters) -
Uses of XMLSecCharacters in org.apache.xml.security.stax.ext.stax
Methods in org.apache.xml.security.stax.ext.stax that return XMLSecCharactersModifier and TypeMethodDescriptionXMLSecCharacters.asCharacters()
XMLSecEvent.asCharacters()
static XMLSecCharacters
XMLSecEventFactory.createXMLSecCData
(String data) static XMLSecCharacters
XMLSecEventFactory.createXmlSecCharacters
(char[] text) static XMLSecCharacters
XMLSecEventFactory.createXmlSecCharacters
(char[] text, int off, int len) static XMLSecCharacters
XMLSecEventFactory.createXmlSecCharacters
(String data) -
Uses of XMLSecCharacters in org.apache.xml.security.stax.impl.processor.output
Fields in org.apache.xml.security.stax.impl.processor.output with type parameters of type XMLSecCharactersModifier and TypeFieldDescriptionprivate final Deque
<XMLSecCharacters> AbstractEncryptOutputProcessor.CharacterEventGeneratorOutputStream.charactersBuffer
Methods in org.apache.xml.security.stax.impl.processor.output that return types with arguments of type XMLSecCharactersModifier and TypeMethodDescriptionAbstractEncryptOutputProcessor.CharacterEventGeneratorOutputStream.getCharactersBuffer()
-
Uses of XMLSecCharacters in org.apache.xml.security.stax.impl.stax
Classes in org.apache.xml.security.stax.impl.stax that implement XMLSecCharactersMethods in org.apache.xml.security.stax.impl.stax that return XMLSecCharactersModifier and TypeMethodDescriptionXMLSecCharactersImpl.asCharacters()
XMLSecEventBaseImpl.asCharacters()