public class EnvelopedTransformWriter extends Object implements XMLStreamWriter
| Constructor and Description |
|---|
EnvelopedTransformWriter(XMLStreamWriter writer,
StAXEXC14nCanonicalizerImpl stAXC14n,
Reference ref,
JAXBSignatureHeaderElement signature,
DigesterOutputStream dos)
Creates a new instance of EnvelopedTransform
|
public EnvelopedTransformWriter(XMLStreamWriter writer, StAXEXC14nCanonicalizerImpl stAXC14n, Reference ref, JAXBSignatureHeaderElement signature, DigesterOutputStream dos)
public NamespaceContext getNamespaceContext()
getNamespaceContext in interface XMLStreamWriterpublic void close()
throws XMLStreamException
close in interface XMLStreamWriterXMLStreamExceptionpublic void flush()
throws XMLStreamException
flush in interface XMLStreamWriterXMLStreamExceptionpublic void writeEndDocument()
throws XMLStreamException
writeEndDocument in interface XMLStreamWriterXMLStreamExceptionpublic void writeEndElement()
throws XMLStreamException
writeEndElement in interface XMLStreamWriterXMLStreamExceptionpublic void writeStartDocument()
throws XMLStreamException
writeStartDocument in interface XMLStreamWriterXMLStreamExceptionpublic void writeCharacters(char[] c,
int index,
int len)
throws XMLStreamException
writeCharacters in interface XMLStreamWriterXMLStreamExceptionpublic void setDefaultNamespace(String string) throws XMLStreamException
setDefaultNamespace in interface XMLStreamWriterXMLStreamExceptionpublic void writeCData(String string) throws XMLStreamException
writeCData in interface XMLStreamWriterXMLStreamExceptionpublic void writeCharacters(String string) throws XMLStreamException
writeCharacters in interface XMLStreamWriterXMLStreamExceptionpublic void writeComment(String string) throws XMLStreamException
writeComment in interface XMLStreamWriterXMLStreamExceptionpublic void writeDTD(String string) throws XMLStreamException
writeDTD in interface XMLStreamWriterXMLStreamExceptionpublic void writeDefaultNamespace(String string) throws XMLStreamException
writeDefaultNamespace in interface XMLStreamWriterXMLStreamExceptionpublic void writeEmptyElement(String string) throws XMLStreamException
writeEmptyElement in interface XMLStreamWriterXMLStreamExceptionpublic void writeEntityRef(String string) throws XMLStreamException
writeEntityRef in interface XMLStreamWriterXMLStreamExceptionpublic void writeProcessingInstruction(String string) throws XMLStreamException
writeProcessingInstruction in interface XMLStreamWriterXMLStreamExceptionpublic void writeStartDocument(String string) throws XMLStreamException
writeStartDocument in interface XMLStreamWriterXMLStreamExceptionpublic void writeStartElement(String string) throws XMLStreamException
writeStartElement in interface XMLStreamWriterXMLStreamExceptionpublic void setNamespaceContext(NamespaceContext namespaceContext) throws XMLStreamException
setNamespaceContext in interface XMLStreamWriterXMLStreamExceptionpublic Object getProperty(String string) throws IllegalArgumentException
getProperty in interface XMLStreamWriterIllegalArgumentExceptionpublic String getPrefix(String string) throws XMLStreamException
getPrefix in interface XMLStreamWriterXMLStreamExceptionpublic void setPrefix(String string, String string0) throws XMLStreamException
setPrefix in interface XMLStreamWriterXMLStreamExceptionpublic void writeAttribute(String string, String string0) throws XMLStreamException
writeAttribute in interface XMLStreamWriterXMLStreamExceptionpublic void writeEmptyElement(String string, String string0) throws XMLStreamException
writeEmptyElement in interface XMLStreamWriterXMLStreamExceptionpublic void writeNamespace(String string, String string0) throws XMLStreamException
writeNamespace in interface XMLStreamWriterXMLStreamExceptionpublic void writeProcessingInstruction(String string, String string0) throws XMLStreamException
writeProcessingInstruction in interface XMLStreamWriterXMLStreamExceptionpublic void writeStartDocument(String string, String string0) throws XMLStreamException
writeStartDocument in interface XMLStreamWriterXMLStreamExceptionpublic void writeStartElement(String string, String string0) throws XMLStreamException
writeStartElement in interface XMLStreamWriterXMLStreamExceptionpublic void writeAttribute(String string, String string0, String string1) throws XMLStreamException
writeAttribute in interface XMLStreamWriterXMLStreamExceptionpublic void writeEmptyElement(String string, String string0, String string1) throws XMLStreamException
writeEmptyElement in interface XMLStreamWriterXMLStreamExceptionpublic void writeStartElement(String string, String string0, String string1) throws XMLStreamException
writeStartElement in interface XMLStreamWriterXMLStreamExceptionpublic void writeAttribute(String string, String string0, String string1, String string2) throws XMLStreamException
writeAttribute in interface XMLStreamWriterXMLStreamExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.