Uses of Interface
org.apache.xml.security.stax.ext.stax.XMLSecCharacters
-
-
Uses of XMLSecCharacters in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return XMLSecCharacters Modifier and Type Method Description XMLSecCharacters
AbstractOutputProcessor. createCharacters(char[] text)
XMLSecCharacters
AbstractOutputProcessor. createCharacters(java.lang.String characters)
-
Uses of XMLSecCharacters in org.apache.xml.security.stax.ext.stax
Methods in org.apache.xml.security.stax.ext.stax that return XMLSecCharacters Modifier and Type Method Description XMLSecCharacters
XMLSecCharacters. asCharacters()
XMLSecCharacters
XMLSecEvent. asCharacters()
static XMLSecCharacters
XMLSecEventFactory. createXMLSecCData(java.lang.String data)
static XMLSecCharacters
XMLSecEventFactory. createXmlSecCharacters(char[] text)
static XMLSecCharacters
XMLSecEventFactory. createXmlSecCharacters(char[] text, int off, int len)
static XMLSecCharacters
XMLSecEventFactory. createXmlSecCharacters(java.lang.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 XMLSecCharacters Modifier and Type Field Description private java.util.Deque<XMLSecCharacters>
AbstractEncryptOutputProcessor.CharacterEventGeneratorOutputStream. charactersBuffer
Methods in org.apache.xml.security.stax.impl.processor.output that return types with arguments of type XMLSecCharacters Modifier and Type Method Description java.util.Deque<XMLSecCharacters>
AbstractEncryptOutputProcessor.CharacterEventGeneratorOutputStream. getCharactersBuffer()
-
Uses of XMLSecCharacters in org.apache.xml.security.stax.impl.stax
Classes in org.apache.xml.security.stax.impl.stax that implement XMLSecCharacters Modifier and Type Class Description class
XMLSecCharactersImpl
Methods in org.apache.xml.security.stax.impl.stax that return XMLSecCharacters Modifier and Type Method Description XMLSecCharacters
XMLSecCharactersImpl. asCharacters()
XMLSecCharacters
XMLSecEventBaseImpl. asCharacters()
-