public class XMLStreamFilterWithId extends XMLStreamFilter
count, nsContext, seenFirstElement, writer| Constructor and Description |
|---|
XMLStreamFilterWithId(XMLStreamWriter writer,
NamespaceContextEx nce,
String id)
Creates a new instance of XMLStreamWriterWithId
|
| Modifier and Type | Method and Description |
|---|---|
void |
setDefaultNamespace(String string) |
void |
writeAttribute(String string,
String string0) |
void |
writeAttribute(String string,
String string0,
String string1) |
void |
writeAttribute(String string,
String string0,
String string1,
String string2) |
void |
writeCData(String string) |
void |
writeCharacters(char[] c,
int index,
int len) |
void |
writeCharacters(String string) |
void |
writeEmptyElement(String string) |
void |
writeEmptyElement(String string,
String string0) |
void |
writeEmptyElement(String string,
String string0,
String string1) |
void |
writeEndElement() |
void |
writeNamespace(String string,
String string0) |
void |
writeProcessingInstruction(String string) |
void |
writeProcessingInstruction(String string,
String string0) |
void |
writeStartElement(String string) |
void |
writeStartElement(String string,
String string0) |
void |
writeStartElement(String string,
String string0,
String string1) |
close, flush, getNamespaceContext, getPrefix, getProperty, setNamespaceContext, setPrefix, writeComment, writeDefaultNamespace, writeDTD, writeEndDocument, writeEntityRef, writeStartDocument, writeStartDocument, writeStartDocumentpublic XMLStreamFilterWithId(XMLStreamWriter writer, NamespaceContextEx nce, String id) throws XMLStreamException
XMLStreamExceptionpublic void setDefaultNamespace(String string) throws XMLStreamException
setDefaultNamespace in interface XMLStreamWritersetDefaultNamespace in class XMLStreamFilterXMLStreamExceptionpublic void writeEndElement()
throws XMLStreamException
writeEndElement in interface XMLStreamWriterwriteEndElement in class XMLStreamFilterXMLStreamExceptionpublic void writeStartElement(String string) throws XMLStreamException
writeStartElement in interface XMLStreamWriterwriteStartElement in class XMLStreamFilterXMLStreamExceptionpublic void writeAttribute(String string, String string0) throws XMLStreamException
writeAttribute in interface XMLStreamWriterwriteAttribute in class XMLStreamFilterXMLStreamExceptionpublic void writeNamespace(String string, String string0) throws XMLStreamException
writeNamespace in interface XMLStreamWriterwriteNamespace in class XMLStreamFilterXMLStreamExceptionpublic void writeStartElement(String string, String string0) throws XMLStreamException
writeStartElement in interface XMLStreamWriterwriteStartElement in class XMLStreamFilterXMLStreamExceptionpublic void writeAttribute(String string, String string0, String string1) throws XMLStreamException
writeAttribute in interface XMLStreamWriterwriteAttribute in class XMLStreamFilterXMLStreamExceptionpublic void writeStartElement(String string, String string0, String string1) throws XMLStreamException
writeStartElement in interface XMLStreamWriterwriteStartElement in class XMLStreamFilterXMLStreamExceptionpublic void writeAttribute(String string, String string0, String string1, String string2) throws XMLStreamException
writeAttribute in interface XMLStreamWriterwriteAttribute in class XMLStreamFilterXMLStreamExceptionpublic void writeCharacters(char[] c,
int index,
int len)
throws XMLStreamException
writeCharacters in interface XMLStreamWriterwriteCharacters in class XMLStreamFilterXMLStreamExceptionpublic void writeCharacters(String string) throws XMLStreamException
writeCharacters in interface XMLStreamWriterwriteCharacters in class XMLStreamFilterXMLStreamExceptionpublic void writeEmptyElement(String string) throws XMLStreamException
writeEmptyElement in interface XMLStreamWriterwriteEmptyElement in class XMLStreamFilterXMLStreamExceptionpublic void writeEmptyElement(String string, String string0, String string1) throws XMLStreamException
writeEmptyElement in interface XMLStreamWriterwriteEmptyElement in class XMLStreamFilterXMLStreamExceptionpublic void writeEmptyElement(String string, String string0) throws XMLStreamException
writeEmptyElement in interface XMLStreamWriterwriteEmptyElement in class XMLStreamFilterXMLStreamExceptionpublic void writeProcessingInstruction(String string, String string0) throws XMLStreamException
writeProcessingInstruction in interface XMLStreamWriterwriteProcessingInstruction in class XMLStreamFilterXMLStreamExceptionpublic void writeProcessingInstruction(String string) throws XMLStreamException
writeProcessingInstruction in interface XMLStreamWriterwriteProcessingInstruction in class XMLStreamFilterXMLStreamExceptionpublic void writeCData(String string) throws XMLStreamException
writeCData in interface XMLStreamWriterwriteCData in class XMLStreamFilterXMLStreamExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.