Package | Description |
---|---|
org.picketlink.common | |
org.picketlink.common.exceptions | |
org.picketlink.common.util |
Modifier and Type | Class and Description |
---|---|
class |
TrustKeyProcessingException
Processing Exception in the trust key manager
|
Modifier and Type | Method and Description |
---|---|
static Document |
DocumentUtil.createDocumentWithBaseNamespace(String baseNamespace,
String localPart)
Create a document with the root element of the form <someElement xmlns="customNamespace"
|
static void |
StaxUtil.flush(XMLStreamWriter writer)
Flush the stream writer
|
static Document |
DocumentUtil.getDocument(File file)
Get Document from a file
|
static Document |
DocumentUtil.getDocument(InputStream is)
Get Document from an inputstream
|
static Document |
DocumentUtil.getDocument(Reader reader)
Parse a document from a reader
|
static Document |
DocumentUtil.getDocument(String docString)
Parse a document from the string
|
static String |
DocumentUtil.getDocumentAsString(Document signedDoc)
Marshall a document into a String
|
static Document |
DocumentUtil.getDocumentFromSource(Source source) |
static String |
DocumentUtil.getDOMElementAsString(Element element)
Marshall a DOM Element as string
|
static InputStream |
DocumentUtil.getNodeAsStream(Node node)
Stream a DOM Node as an input stream
|
static String |
DocumentUtil.getNodeAsString(Node node)
Stream a DOM Node as a String
|
static Node |
DocumentUtil.getNodeFromSource(Source source) |
static InputStream |
DocumentUtil.getSourceAsStream(Source source)
Get the
Source as an InputStream |
static XMLEventWriter |
StaxUtil.getXMLEventWriter(OutputStream outStream)
Get an
XMLEventWriter |
static XMLStreamWriter |
StaxUtil.getXMLStreamWriter(OutputStream outStream)
Get an
XMLStreamWriter |
static XMLStreamWriter |
StaxUtil.getXMLStreamWriter(Result result) |
static XMLStreamWriter |
StaxUtil.getXMLStreamWriter(Writer writer)
Get an
XMLStreamWriter |
static void |
StaxUtil.setPrefix(XMLStreamWriter writer,
String prefix,
String nsURI)
Set a prefix
|
static void |
StaxUtil.writeAttribute(XMLStreamWriter writer,
QName attributeName,
String attributeValue)
Write an attribute
|
static void |
StaxUtil.writeAttribute(XMLStreamWriter writer,
String attributeName,
QName attributeValue)
Write an attribute
|
static void |
StaxUtil.writeAttribute(XMLStreamWriter writer,
String localName,
String value)
Write an xml attribute
|
static void |
StaxUtil.writeAttribute(XMLStreamWriter writer,
String localName,
String type,
String value)
Write an xml attribute
|
static void |
StaxUtil.writeAttribute(XMLStreamWriter writer,
String prefix,
String localName,
String type,
String value)
Write an xml attribute
|
static void |
StaxUtil.writeCData(XMLStreamWriter writer,
String value)
Write a string as text node
|
static void |
StaxUtil.writeCharacters(XMLStreamWriter writer,
String value)
Write a string as text node
|
static void |
StaxUtil.writeDefaultNameSpace(XMLStreamWriter writer,
String ns)
Write the default namespace
|
static void |
StaxUtil.writeDOMElement(XMLStreamWriter writer,
Element domElement)
Write DOM Element to the stream
|
static void |
StaxUtil.writeDOMNode(XMLStreamWriter writer,
Node node)
Write a DOM Node to the stream
|
static void |
StaxUtil.writeEndElement(XMLStreamWriter writer)
Write an end element.
|
static void |
StaxUtil.writeNameSpace(XMLStreamWriter writer,
String prefix,
String ns)
Write a namespace
|
static void |
StaxUtil.writeStartElement(XMLStreamWriter writer,
String prefix,
String localPart,
String ns)
Write a start element
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.