public class NonPrettyPrintWriterWrapper extends Object implements XMLStreamWriter
| Constructor and Description |
|---|
NonPrettyPrintWriterWrapper(XMLStreamWriter target) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
NamespaceContext |
getNamespaceContext() |
String |
getPrefix(String theUri) |
Object |
getProperty(String theName) |
void |
setDefaultNamespace(String theUri) |
void |
setNamespaceContext(NamespaceContext theContext) |
void |
setPrefix(String thePrefix,
String theUri) |
void |
writeAttribute(String theLocalName,
String theValue) |
void |
writeAttribute(String theNamespaceURI,
String theLocalName,
String theValue) |
void |
writeAttribute(String thePrefix,
String theNamespaceURI,
String theLocalName,
String theValue) |
void |
writeCData(String theData) |
void |
writeCharacters(char[] theText,
int theStart,
int theLen) |
void |
writeCharacters(String theText) |
void |
writeComment(String theData) |
void |
writeDefaultNamespace(String theNamespaceURI) |
void |
writeDTD(String theDtd) |
void |
writeEmptyElement(String theLocalName) |
void |
writeEmptyElement(String theNamespaceURI,
String theLocalName) |
void |
writeEmptyElement(String thePrefix,
String theLocalName,
String theNamespaceURI) |
void |
writeEndDocument() |
void |
writeEndElement() |
void |
writeEntityRef(String theName) |
void |
writeNamespace(String thePrefix,
String theNamespaceURI) |
void |
writeProcessingInstruction(String theTarget) |
void |
writeProcessingInstruction(String theTarget,
String theData) |
void |
writeStartDocument() |
void |
writeStartDocument(String theVersion) |
void |
writeStartDocument(String theEncoding,
String theVersion) |
void |
writeStartElement(String theLocalName) |
void |
writeStartElement(String theNamespaceURI,
String theLocalName) |
void |
writeStartElement(String thePrefix,
String theLocalName,
String theNamespaceURI) |
public NonPrettyPrintWriterWrapper(XMLStreamWriter target)
public void flush() throws XMLStreamException
flush in interface XMLStreamWriterXMLStreamExceptionpublic void close() throws XMLStreamException
close in interface XMLStreamWriterXMLStreamExceptionpublic String getPrefix(String theUri) throws XMLStreamException
getPrefix in interface XMLStreamWriterXMLStreamExceptionpublic void setPrefix(String thePrefix, String theUri) throws XMLStreamException
setPrefix in interface XMLStreamWriterXMLStreamExceptionpublic void setDefaultNamespace(String theUri) throws XMLStreamException
setDefaultNamespace in interface XMLStreamWriterXMLStreamExceptionpublic void setNamespaceContext(NamespaceContext theContext) throws XMLStreamException
setNamespaceContext in interface XMLStreamWriterXMLStreamExceptionpublic NamespaceContext getNamespaceContext()
getNamespaceContext in interface XMLStreamWriterpublic void writeStartElement(String theLocalName) throws XMLStreamException
writeStartElement in interface XMLStreamWriterXMLStreamExceptionpublic void writeStartElement(String theNamespaceURI, String theLocalName) throws XMLStreamException
writeStartElement in interface XMLStreamWriterXMLStreamExceptionpublic void writeStartElement(String thePrefix, String theLocalName, String theNamespaceURI) throws XMLStreamException
writeStartElement in interface XMLStreamWriterXMLStreamExceptionpublic void writeEmptyElement(String theNamespaceURI, String theLocalName) throws XMLStreamException
writeEmptyElement in interface XMLStreamWriterXMLStreamExceptionpublic void writeEmptyElement(String thePrefix, String theLocalName, String theNamespaceURI) throws XMLStreamException
writeEmptyElement in interface XMLStreamWriterXMLStreamExceptionpublic void writeEmptyElement(String theLocalName) throws XMLStreamException
writeEmptyElement in interface XMLStreamWriterXMLStreamExceptionpublic void writeEndElement() throws XMLStreamException
writeEndElement in interface XMLStreamWriterXMLStreamExceptionpublic void writeEndDocument() throws XMLStreamException
writeEndDocument in interface XMLStreamWriterXMLStreamExceptionpublic void writeAttribute(String theLocalName, String theValue) throws XMLStreamException
writeAttribute in interface XMLStreamWriterXMLStreamExceptionpublic void writeAttribute(String thePrefix, String theNamespaceURI, String theLocalName, String theValue) throws XMLStreamException
writeAttribute in interface XMLStreamWriterXMLStreamExceptionpublic void writeAttribute(String theNamespaceURI, String theLocalName, String theValue) throws XMLStreamException
writeAttribute in interface XMLStreamWriterXMLStreamExceptionpublic void writeNamespace(String thePrefix, String theNamespaceURI) throws XMLStreamException
writeNamespace in interface XMLStreamWriterXMLStreamExceptionpublic void writeDefaultNamespace(String theNamespaceURI) throws XMLStreamException
writeDefaultNamespace in interface XMLStreamWriterXMLStreamExceptionpublic void writeComment(String theData) throws XMLStreamException
writeComment in interface XMLStreamWriterXMLStreamExceptionpublic void writeProcessingInstruction(String theTarget) throws XMLStreamException
writeProcessingInstruction in interface XMLStreamWriterXMLStreamExceptionpublic void writeProcessingInstruction(String theTarget, String theData) throws XMLStreamException
writeProcessingInstruction in interface XMLStreamWriterXMLStreamExceptionpublic void writeCData(String theData) throws XMLStreamException
writeCData in interface XMLStreamWriterXMLStreamExceptionpublic void writeDTD(String theDtd) throws XMLStreamException
writeDTD in interface XMLStreamWriterXMLStreamExceptionpublic void writeEntityRef(String theName) throws XMLStreamException
writeEntityRef in interface XMLStreamWriterXMLStreamExceptionpublic void writeStartDocument() throws XMLStreamException
writeStartDocument in interface XMLStreamWriterXMLStreamExceptionpublic void writeStartDocument(String theVersion) throws XMLStreamException
writeStartDocument in interface XMLStreamWriterXMLStreamExceptionpublic void writeStartDocument(String theEncoding, String theVersion) throws XMLStreamException
writeStartDocument in interface XMLStreamWriterXMLStreamExceptionpublic void writeCharacters(String theText) throws XMLStreamException
writeCharacters in interface XMLStreamWriterXMLStreamExceptionpublic void writeCharacters(char[] theText, int theStart, int theLen) throws XMLStreamException
writeCharacters in interface XMLStreamWriterXMLStreamExceptionpublic Object getProperty(String theName) throws IllegalArgumentException
getProperty in interface XMLStreamWriterIllegalArgumentExceptionCopyright © 2014–2019 University Health Network. All rights reserved.