org.apache.xml.security.stax.ext.stax
Class XMLSecEventFactory
java.lang.Object
org.apache.xml.security.stax.ext.stax.XMLSecEventFactory
public class XMLSecEventFactory
- extends Object
- Version:
- $Revision: 1399272 $ $Date: 2012-10-17 15:02:10 +0100 (Wed, 17 Oct 2012) $
- Author:
- $Author: giger $
|
Method Summary |
static XMLSecEvent |
allocate(XMLStreamReader xmlStreamReader,
XMLSecStartElement parentXMLSecStartElement)
|
static XMLSecAttribute |
createXMLSecAttribute(QName name,
String value)
|
static XMLSecCharacters |
createXMLSecCData(String data)
|
static XMLSecCharacters |
createXmlSecCharacters(char[] text)
|
static XMLSecCharacters |
createXmlSecCharacters(char[] text,
int off,
int len)
|
static XMLSecCharacters |
createXmlSecCharacters(String data)
|
static XMLSecComment |
createXMLSecComment(String data)
|
static XMLSecDTD |
createXMLSecDTD(String dtd)
|
static XMLSecEndDocument |
createXMLSecEndDocument()
|
static XMLSecEndElement |
createXmlSecEndElement(QName name)
|
static XMLSecEntityDeclaration |
createXmlSecEntityDeclaration(String name)
|
static XMLSecEntityReference |
createXMLSecEntityReference(String name,
EntityDeclaration entityDeclaration)
|
static XMLSecNamespace |
createXMLSecNamespace(String prefix,
String uri)
|
static XMLSecProcessingInstruction |
createXMLSecProcessingInstruction(String target,
String data)
|
static XMLSecStartDocument |
createXmlSecStartDocument(String systemId,
String characterEncodingScheme,
Boolean standAlone,
String version)
|
static XMLSecStartElement |
createXmlSecStartElement(QName name,
Collection<XMLSecAttribute> attributes,
Collection<XMLSecNamespace> namespaces)
|
static XMLSecStartElement |
createXmlSecStartElement(QName name,
List<XMLSecAttribute> attributes,
List<XMLSecNamespace> namespaces)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
allocate
public static XMLSecEvent allocate(XMLStreamReader xmlStreamReader,
XMLSecStartElement parentXMLSecStartElement)
throws XMLStreamException
- Throws:
XMLStreamException
createXmlSecStartElement
public static XMLSecStartElement createXmlSecStartElement(QName name,
List<XMLSecAttribute> attributes,
List<XMLSecNamespace> namespaces)
createXmlSecStartElement
public static XMLSecStartElement createXmlSecStartElement(QName name,
Collection<XMLSecAttribute> attributes,
Collection<XMLSecNamespace> namespaces)
createXmlSecEndElement
public static XMLSecEndElement createXmlSecEndElement(QName name)
createXmlSecStartDocument
public static XMLSecStartDocument createXmlSecStartDocument(String systemId,
String characterEncodingScheme,
Boolean standAlone,
String version)
createXMLSecEndDocument
public static XMLSecEndDocument createXMLSecEndDocument()
createXmlSecCharacters
public static XMLSecCharacters createXmlSecCharacters(String data)
createXmlSecCharacters
public static XMLSecCharacters createXmlSecCharacters(char[] text)
createXmlSecCharacters
public static XMLSecCharacters createXmlSecCharacters(char[] text,
int off,
int len)
createXMLSecComment
public static XMLSecComment createXMLSecComment(String data)
createXMLSecProcessingInstruction
public static XMLSecProcessingInstruction createXMLSecProcessingInstruction(String target,
String data)
createXMLSecCData
public static XMLSecCharacters createXMLSecCData(String data)
createXMLSecDTD
public static XMLSecDTD createXMLSecDTD(String dtd)
createXMLSecEntityReference
public static XMLSecEntityReference createXMLSecEntityReference(String name,
EntityDeclaration entityDeclaration)
createXmlSecEntityDeclaration
public static XMLSecEntityDeclaration createXmlSecEntityDeclaration(String name)
createXMLSecAttribute
public static XMLSecAttribute createXMLSecAttribute(QName name,
String value)
createXMLSecNamespace
public static XMLSecNamespace createXMLSecNamespace(String prefix,
String uri)
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.