close
public void close()
throws javax.xml.stream.XMLStreamException
- close in interface javax.xml.stream.XMLStreamWriter
closeEndTag
protected void closeEndTag()
throws javax.xml.stream.XMLStreamException
closeStartElement
protected void closeStartElement()
throws javax.xml.stream.XMLStreamException
closeStartTag
protected void closeStartTag()
throws javax.xml.stream.XMLStreamException
flush
public void flush()
throws javax.xml.stream.XMLStreamException
- flush in interface javax.xml.stream.XMLStreamWriter
getNamespaceContext
public javax.xml.namespace.NamespaceContext getNamespaceContext()
- getNamespaceContext in interface javax.xml.stream.XMLStreamWriter
getPrefix
public String getPrefix(String uri)
throws javax.xml.stream.XMLStreamException
- getPrefix in interface javax.xml.stream.XMLStreamWriter
getProperty
public Object getProperty(String name)
throws IllegalArgumentException
getURIInternal
protected String getURIInternal(String prefix)
isOpen
protected boolean isOpen()
openEndTag
protected void openEndTag()
throws javax.xml.stream.XMLStreamException
openStartTag
protected void openStartTag()
throws javax.xml.stream.XMLStreamException
setDefaultNamespace
public void setDefaultNamespace(String uri)
throws javax.xml.stream.XMLStreamException
- setDefaultNamespace in interface javax.xml.stream.XMLStreamWriter
setNamespaceContext
public void setNamespaceContext(javax.xml.namespace.NamespaceContext context)
throws javax.xml.stream.XMLStreamException
- setNamespaceContext in interface javax.xml.stream.XMLStreamWriter
setPrefix
public void setPrefix(String prefix,
String uri)
throws javax.xml.stream.XMLStreamException
- setPrefix in interface javax.xml.stream.XMLStreamWriter
setWriter
public void setWriter(Writer writer)
write
protected void write(String s)
throws javax.xml.stream.XMLStreamException
write
protected void write(char c)
throws javax.xml.stream.XMLStreamException
write
protected void write(char[] c)
throws javax.xml.stream.XMLStreamException
write
protected void write(char[] c,
int start,
int len)
throws javax.xml.stream.XMLStreamException
writeAttribute
public void writeAttribute(String localName,
String value)
throws javax.xml.stream.XMLStreamException
- writeAttribute in interface javax.xml.stream.XMLStreamWriter
writeAttribute
public void writeAttribute(String namespaceURI,
String localName,
String value)
throws javax.xml.stream.XMLStreamException
- writeAttribute in interface javax.xml.stream.XMLStreamWriter
writeAttribute
public void writeAttribute(String prefix,
String namespaceURI,
String localName,
String value)
throws javax.xml.stream.XMLStreamException
- writeAttribute in interface javax.xml.stream.XMLStreamWriter
writeCData
public void writeCData(String data)
throws javax.xml.stream.XMLStreamException
- writeCData in interface javax.xml.stream.XMLStreamWriter
writeCharacters
public void writeCharacters(String text)
throws javax.xml.stream.XMLStreamException
- writeCharacters in interface javax.xml.stream.XMLStreamWriter
writeCharacters
public void writeCharacters(char[] text,
int start,
int len)
throws javax.xml.stream.XMLStreamException
- writeCharacters in interface javax.xml.stream.XMLStreamWriter
writeCharactersInternal
protected void writeCharactersInternal(characters[] ,
int start,
int length,
boolean isAttributeValue)
throws javax.xml.stream.XMLStreamException
writeComment
public void writeComment(String data)
throws javax.xml.stream.XMLStreamException
- writeComment in interface javax.xml.stream.XMLStreamWriter
writeDTD
public void writeDTD(String dtd)
throws javax.xml.stream.XMLStreamException
- writeDTD in interface javax.xml.stream.XMLStreamWriter
writeDefaultNamespace
public void writeDefaultNamespace(String namespaceURI)
throws javax.xml.stream.XMLStreamException
- writeDefaultNamespace in interface javax.xml.stream.XMLStreamWriter
writeEmptyElement
public void writeEmptyElement(String localName)
throws javax.xml.stream.XMLStreamException
- writeEmptyElement in interface javax.xml.stream.XMLStreamWriter
writeEmptyElement
public void writeEmptyElement(String namespaceURI,
String localName)
throws javax.xml.stream.XMLStreamException
- writeEmptyElement in interface javax.xml.stream.XMLStreamWriter
writeEmptyElement
public void writeEmptyElement(String prefix,
String localName,
String namespaceURI)
throws javax.xml.stream.XMLStreamException
- writeEmptyElement in interface javax.xml.stream.XMLStreamWriter
writeEndDocument
public void writeEndDocument()
throws javax.xml.stream.XMLStreamException
- writeEndDocument in interface javax.xml.stream.XMLStreamWriter
writeEndElement
public void writeEndElement()
throws javax.xml.stream.XMLStreamException
- writeEndElement in interface javax.xml.stream.XMLStreamWriter
writeEntityRef
public void writeEntityRef(String name)
throws javax.xml.stream.XMLStreamException
- writeEntityRef in interface javax.xml.stream.XMLStreamWriter
writeName
protected String writeName(String prefix,
String namespaceURI,
String localName)
throws javax.xml.stream.XMLStreamException
writeNamespace
public void writeNamespace(String prefix,
String namespaceURI)
throws javax.xml.stream.XMLStreamException
- writeNamespace in interface javax.xml.stream.XMLStreamWriter
writeProcessingInstruction
public void writeProcessingInstruction(String target)
throws javax.xml.stream.XMLStreamException
- writeProcessingInstruction in interface javax.xml.stream.XMLStreamWriter
writeProcessingInstruction
public void writeProcessingInstruction(String target,
String text)
throws javax.xml.stream.XMLStreamException
- writeProcessingInstruction in interface javax.xml.stream.XMLStreamWriter
writeRaw
public void writeRaw(String data)
throws javax.xml.stream.XMLStreamException
writeStartDocument
public void writeStartDocument()
throws javax.xml.stream.XMLStreamException
- writeStartDocument in interface javax.xml.stream.XMLStreamWriter
writeStartDocument
public void writeStartDocument(String version)
throws javax.xml.stream.XMLStreamException
- writeStartDocument in interface javax.xml.stream.XMLStreamWriter
writeStartDocument
public void writeStartDocument(String encoding,
String version)
throws javax.xml.stream.XMLStreamException
- writeStartDocument in interface javax.xml.stream.XMLStreamWriter
writeStartElement
public void writeStartElement(String localName)
throws javax.xml.stream.XMLStreamException
- writeStartElement in interface javax.xml.stream.XMLStreamWriter
writeStartElement
public void writeStartElement(String namespaceURI,
String localName)
throws javax.xml.stream.XMLStreamException
- writeStartElement in interface javax.xml.stream.XMLStreamWriter
writeStartElement
public void writeStartElement(String prefix,
String localName,
String namespaceURI)
throws javax.xml.stream.XMLStreamException
- writeStartElement in interface javax.xml.stream.XMLStreamWriter
writeStartElementInternal
protected void writeStartElementInternal(String namespaceURI,
String localName)
throws javax.xml.stream.XMLStreamException