com.sun.xml.ws.security.opt.impl.util
Class XMLStreamFilterWithId
java.lang.Object
com.sun.xml.ws.security.opt.impl.util.XMLStreamFilter
com.sun.xml.ws.security.opt.impl.util.XMLStreamFilterWithId
- All Implemented Interfaces:
- XMLStreamWriter
public class XMLStreamFilterWithId
- extends XMLStreamFilter
- Author:
- Ashutosh.Shahi@sun.com
|
Method Summary |
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)
|
| Methods inherited from class com.sun.xml.ws.security.opt.impl.util.XMLStreamFilter |
close, flush, getNamespaceContext, getPrefix, getProperty, setNamespaceContext, setPrefix, writeComment, writeDefaultNamespace, writeDTD, writeEndDocument, writeEntityRef, writeStartDocument, writeStartDocument, writeStartDocument |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLStreamFilterWithId
public XMLStreamFilterWithId(XMLStreamWriter writer,
NamespaceContextEx nce,
String id)
throws XMLStreamException
- Creates a new instance of XMLStreamWriterWithId
- Throws:
XMLStreamException
setDefaultNamespace
public void setDefaultNamespace(String string)
throws XMLStreamException
- Specified by:
setDefaultNamespace in interface XMLStreamWriter- Overrides:
setDefaultNamespace in class XMLStreamFilter
- Throws:
XMLStreamException
writeEndElement
public void writeEndElement()
throws XMLStreamException
- Specified by:
writeEndElement in interface XMLStreamWriter- Overrides:
writeEndElement in class XMLStreamFilter
- Throws:
XMLStreamException
writeStartElement
public void writeStartElement(String string)
throws XMLStreamException
- Specified by:
writeStartElement in interface XMLStreamWriter- Overrides:
writeStartElement in class XMLStreamFilter
- Throws:
XMLStreamException
writeAttribute
public void writeAttribute(String string,
String string0)
throws XMLStreamException
- Specified by:
writeAttribute in interface XMLStreamWriter- Overrides:
writeAttribute in class XMLStreamFilter
- Throws:
XMLStreamException
writeNamespace
public void writeNamespace(String string,
String string0)
throws XMLStreamException
- Specified by:
writeNamespace in interface XMLStreamWriter- Overrides:
writeNamespace in class XMLStreamFilter
- Throws:
XMLStreamException
writeStartElement
public void writeStartElement(String string,
String string0)
throws XMLStreamException
- Specified by:
writeStartElement in interface XMLStreamWriter- Overrides:
writeStartElement in class XMLStreamFilter
- Throws:
XMLStreamException
writeAttribute
public void writeAttribute(String string,
String string0,
String string1)
throws XMLStreamException
- Specified by:
writeAttribute in interface XMLStreamWriter- Overrides:
writeAttribute in class XMLStreamFilter
- Throws:
XMLStreamException
writeStartElement
public void writeStartElement(String string,
String string0,
String string1)
throws XMLStreamException
- Specified by:
writeStartElement in interface XMLStreamWriter- Overrides:
writeStartElement in class XMLStreamFilter
- Throws:
XMLStreamException
writeAttribute
public void writeAttribute(String string,
String string0,
String string1,
String string2)
throws XMLStreamException
- Specified by:
writeAttribute in interface XMLStreamWriter- Overrides:
writeAttribute in class XMLStreamFilter
- Throws:
XMLStreamException
writeCharacters
public void writeCharacters(char[] c,
int index,
int len)
throws XMLStreamException
- Specified by:
writeCharacters in interface XMLStreamWriter- Overrides:
writeCharacters in class XMLStreamFilter
- Throws:
XMLStreamException
writeCharacters
public void writeCharacters(String string)
throws XMLStreamException
- Specified by:
writeCharacters in interface XMLStreamWriter- Overrides:
writeCharacters in class XMLStreamFilter
- Throws:
XMLStreamException
writeEmptyElement
public void writeEmptyElement(String string)
throws XMLStreamException
- Specified by:
writeEmptyElement in interface XMLStreamWriter- Overrides:
writeEmptyElement in class XMLStreamFilter
- Throws:
XMLStreamException
writeEmptyElement
public void writeEmptyElement(String string,
String string0,
String string1)
throws XMLStreamException
- Specified by:
writeEmptyElement in interface XMLStreamWriter- Overrides:
writeEmptyElement in class XMLStreamFilter
- Throws:
XMLStreamException
writeEmptyElement
public void writeEmptyElement(String string,
String string0)
throws XMLStreamException
- Specified by:
writeEmptyElement in interface XMLStreamWriter- Overrides:
writeEmptyElement in class XMLStreamFilter
- Throws:
XMLStreamException
writeProcessingInstruction
public void writeProcessingInstruction(String string,
String string0)
throws XMLStreamException
- Specified by:
writeProcessingInstruction in interface XMLStreamWriter- Overrides:
writeProcessingInstruction in class XMLStreamFilter
- Throws:
XMLStreamException
writeProcessingInstruction
public void writeProcessingInstruction(String string)
throws XMLStreamException
- Specified by:
writeProcessingInstruction in interface XMLStreamWriter- Overrides:
writeProcessingInstruction in class XMLStreamFilter
- Throws:
XMLStreamException
writeCData
public void writeCData(String string)
throws XMLStreamException
- Specified by:
writeCData in interface XMLStreamWriter- Overrides:
writeCData in class XMLStreamFilter
- Throws:
XMLStreamException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.