org.glassfish.jersey.media.json.internal.writer
Class A2EXmlStreamWriterProxy
java.lang.Object
org.glassfish.jersey.media.json.internal.writer.A2EXmlStreamWriterProxy
- All Implemented Interfaces:
- XMLStreamWriter
public class A2EXmlStreamWriterProxy
- extends Object
- implements XMLStreamWriter
Attribute-to-element StAX writer proxy.
- Author:
- Jakub Podlesak
|
Method Summary |
void |
close()
|
void |
flush()
|
NamespaceContext |
getNamespaceContext()
|
String |
getPrefix(String arg0)
|
Object |
getProperty(String arg0)
|
void |
setDefaultNamespace(String arg0)
|
void |
setNamespaceContext(NamespaceContext arg0)
|
void |
setPrefix(String arg0,
String arg1)
|
void |
writeAttribute(String localName,
String value)
|
void |
writeAttribute(String namespaceURI,
String localName,
String value)
|
void |
writeAttribute(String prefix,
String namespaceURI,
String localName,
String value)
|
void |
writeCData(String arg0)
|
void |
writeCharacters(char[] arg0,
int arg1,
int arg2)
|
void |
writeCharacters(String arg0)
|
void |
writeComment(String arg0)
|
void |
writeDefaultNamespace(String arg0)
|
void |
writeDTD(String arg0)
|
void |
writeEmptyElement(String arg0)
|
void |
writeEmptyElement(String arg0,
String arg1)
|
void |
writeEmptyElement(String arg0,
String arg1,
String arg2)
|
void |
writeEndDocument()
|
void |
writeEndElement()
|
void |
writeEntityRef(String arg0)
|
void |
writeNamespace(String arg0,
String arg1)
|
void |
writeProcessingInstruction(String arg0)
|
void |
writeProcessingInstruction(String arg0,
String arg1)
|
void |
writeStartDocument()
|
void |
writeStartDocument(String arg0)
|
void |
writeStartDocument(String arg0,
String arg1)
|
void |
writeStartElement(String arg0)
|
void |
writeStartElement(String arg0,
String arg1)
|
void |
writeStartElement(String arg0,
String arg1,
String arg2)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
A2EXmlStreamWriterProxy
public A2EXmlStreamWriterProxy(XMLStreamWriter writer,
Collection<String> attr2ElemNames)
writeStartElement
public void writeStartElement(String arg0)
throws XMLStreamException
- Specified by:
writeStartElement in interface XMLStreamWriter
- Throws:
XMLStreamException
writeStartElement
public void writeStartElement(String arg0,
String arg1)
throws XMLStreamException
- Specified by:
writeStartElement in interface XMLStreamWriter
- Throws:
XMLStreamException
writeStartElement
public void writeStartElement(String arg0,
String arg1,
String arg2)
throws XMLStreamException
- Specified by:
writeStartElement in interface XMLStreamWriter
- Throws:
XMLStreamException
writeEmptyElement
public void writeEmptyElement(String arg0,
String arg1)
throws XMLStreamException
- Specified by:
writeEmptyElement in interface XMLStreamWriter
- Throws:
XMLStreamException
writeEmptyElement
public void writeEmptyElement(String arg0,
String arg1,
String arg2)
throws XMLStreamException
- Specified by:
writeEmptyElement in interface XMLStreamWriter
- Throws:
XMLStreamException
writeEmptyElement
public void writeEmptyElement(String arg0)
throws XMLStreamException
- Specified by:
writeEmptyElement in interface XMLStreamWriter
- Throws:
XMLStreamException
writeEndElement
public void writeEndElement()
throws XMLStreamException
- Specified by:
writeEndElement in interface XMLStreamWriter
- Throws:
XMLStreamException
writeEndDocument
public void writeEndDocument()
throws XMLStreamException
- Specified by:
writeEndDocument in interface XMLStreamWriter
- Throws:
XMLStreamException
close
public void close()
throws XMLStreamException
- Specified by:
close in interface XMLStreamWriter
- Throws:
XMLStreamException
flush
public void flush()
throws XMLStreamException
- Specified by:
flush in interface XMLStreamWriter
- Throws:
XMLStreamException
writeAttribute
public void writeAttribute(String localName,
String value)
throws XMLStreamException
- Specified by:
writeAttribute in interface XMLStreamWriter
- Throws:
XMLStreamException
writeAttribute
public void writeAttribute(String namespaceURI,
String localName,
String value)
throws XMLStreamException
- Specified by:
writeAttribute in interface XMLStreamWriter
- Throws:
XMLStreamException
writeAttribute
public void writeAttribute(String prefix,
String namespaceURI,
String localName,
String value)
throws XMLStreamException
- Specified by:
writeAttribute in interface XMLStreamWriter
- Throws:
XMLStreamException
writeNamespace
public void writeNamespace(String arg0,
String arg1)
throws XMLStreamException
- Specified by:
writeNamespace in interface XMLStreamWriter
- Throws:
XMLStreamException
writeDefaultNamespace
public void writeDefaultNamespace(String arg0)
throws XMLStreamException
- Specified by:
writeDefaultNamespace in interface XMLStreamWriter
- Throws:
XMLStreamException
writeComment
public void writeComment(String arg0)
throws XMLStreamException
- Specified by:
writeComment in interface XMLStreamWriter
- Throws:
XMLStreamException
writeProcessingInstruction
public void writeProcessingInstruction(String arg0)
throws XMLStreamException
- Specified by:
writeProcessingInstruction in interface XMLStreamWriter
- Throws:
XMLStreamException
writeProcessingInstruction
public void writeProcessingInstruction(String arg0,
String arg1)
throws XMLStreamException
- Specified by:
writeProcessingInstruction in interface XMLStreamWriter
- Throws:
XMLStreamException
writeCData
public void writeCData(String arg0)
throws XMLStreamException
- Specified by:
writeCData in interface XMLStreamWriter
- Throws:
XMLStreamException
writeDTD
public void writeDTD(String arg0)
throws XMLStreamException
- Specified by:
writeDTD in interface XMLStreamWriter
- Throws:
XMLStreamException
writeEntityRef
public void writeEntityRef(String arg0)
throws XMLStreamException
- Specified by:
writeEntityRef in interface XMLStreamWriter
- Throws:
XMLStreamException
writeStartDocument
public void writeStartDocument()
throws XMLStreamException
- Specified by:
writeStartDocument in interface XMLStreamWriter
- Throws:
XMLStreamException
writeStartDocument
public void writeStartDocument(String arg0)
throws XMLStreamException
- Specified by:
writeStartDocument in interface XMLStreamWriter
- Throws:
XMLStreamException
writeStartDocument
public void writeStartDocument(String arg0,
String arg1)
throws XMLStreamException
- Specified by:
writeStartDocument in interface XMLStreamWriter
- Throws:
XMLStreamException
writeCharacters
public void writeCharacters(String arg0)
throws XMLStreamException
- Specified by:
writeCharacters in interface XMLStreamWriter
- Throws:
XMLStreamException
writeCharacters
public void writeCharacters(char[] arg0,
int arg1,
int arg2)
throws XMLStreamException
- Specified by:
writeCharacters in interface XMLStreamWriter
- Throws:
XMLStreamException
getPrefix
public String getPrefix(String arg0)
throws XMLStreamException
- Specified by:
getPrefix in interface XMLStreamWriter
- Throws:
XMLStreamException
setPrefix
public void setPrefix(String arg0,
String arg1)
throws XMLStreamException
- Specified by:
setPrefix in interface XMLStreamWriter
- Throws:
XMLStreamException
setDefaultNamespace
public void setDefaultNamespace(String arg0)
throws XMLStreamException
- Specified by:
setDefaultNamespace in interface XMLStreamWriter
- Throws:
XMLStreamException
setNamespaceContext
public void setNamespaceContext(NamespaceContext arg0)
throws XMLStreamException
- Specified by:
setNamespaceContext in interface XMLStreamWriter
- Throws:
XMLStreamException
getNamespaceContext
public NamespaceContext getNamespaceContext()
- Specified by:
getNamespaceContext in interface XMLStreamWriter
getProperty
public Object getProperty(String arg0)
throws IllegalArgumentException
- Specified by:
getProperty in interface XMLStreamWriter
- Throws:
IllegalArgumentException
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.