| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.bea.xml.stream.ReaderToWritercom.bea.xml.stream.XMLWriterBasecom.bea.xml.stream.XMLStreamRecorderpublic class XMLStreamRecorderextends XMLWriterBaseField Summary |
Fields inherited from class com.bea.xml.stream.XMLWriterBase | |
DEFAULTNS, context | |
Constructor Summary | |
| |
Method Summary | |
protected void | |
protected void | |
static void |
|
protected void | |
protected void | |
void |
|
void |
|
void |
|
protected void |
|
void |
|
void |
|
void |
|
void |
|
protected String |
|
void |
|
void |
|
void | |
void |
|
void |
|
protected void |
|
Methods inherited from class com.bea.xml.stream.ReaderToWriter | |
main, setStreamWriter, write, writeAll | |
protected void closeEndTag()
throws javax.xml.stream.XMLStreamException
- Overrides:
- closeEndTag in interface XMLWriterBase
protected void closeStartTag()
throws javax.xml.stream.XMLStreamException
- Overrides:
- closeStartTag in interface XMLWriterBase
protected void openEndTag()
throws javax.xml.stream.XMLStreamException
- Overrides:
- openEndTag in interface XMLWriterBase
protected void openStartTag()
throws javax.xml.stream.XMLStreamException
- Overrides:
- openStartTag in interface XMLWriterBase
public void write(javax.xml.stream.XMLStreamReader xmlr)
throws javax.xml.stream.XMLStreamException
- Overrides:
- write in interface ReaderToWriter
public void writeAttribute(String namespaceURI,
String localName,
String value)
throws javax.xml.stream.XMLStreamException
- Specified by:
- writeAttribute in interface javax.xml.stream.XMLStreamWriter
- Overrides:
- writeAttribute in interface XMLWriterBase
public void writeCData(String data)
throws javax.xml.stream.XMLStreamException
- Specified by:
- writeCData in interface javax.xml.stream.XMLStreamWriter
- Overrides:
- writeCData in interface XMLWriterBase
protected void writeCharactersInternal(characters[] ,
int start,
int length,
boolean isAttributeValue)
throws javax.xml.stream.XMLStreamException
- Overrides:
- writeCharactersInternal in interface XMLWriterBase
public void writeComment(String data)
throws javax.xml.stream.XMLStreamException
- Specified by:
- writeComment in interface javax.xml.stream.XMLStreamWriter
- Overrides:
- writeComment in interface XMLWriterBase
public void writeDTD(String dtd)
throws javax.xml.stream.XMLStreamException
- Specified by:
- writeDTD in interface javax.xml.stream.XMLStreamWriter
- Overrides:
- writeDTD in interface XMLWriterBase
public void writeDefaultNamespace(String namespaceURI)
throws javax.xml.stream.XMLStreamException
- Specified by:
- writeDefaultNamespace in interface javax.xml.stream.XMLStreamWriter
- Overrides:
- writeDefaultNamespace in interface XMLWriterBase
public void writeEntityRef(String name)
throws javax.xml.stream.XMLStreamException
- Specified by:
- writeEntityRef in interface javax.xml.stream.XMLStreamWriter
- Overrides:
- writeEntityRef in interface XMLWriterBase
protected String writeName(String prefix,
String namespaceURI,
String localName)
throws javax.xml.stream.XMLStreamException
- Overrides:
- writeName in interface XMLWriterBase
public void writeNamespace(String prefix,
String namespaceURI)
throws javax.xml.stream.XMLStreamException
- Specified by:
- writeNamespace in interface javax.xml.stream.XMLStreamWriter
- Overrides:
- writeNamespace in interface XMLWriterBase
public void writeProcessingInstruction(String target,
String text)
throws javax.xml.stream.XMLStreamException
- Specified by:
- writeProcessingInstruction in interface javax.xml.stream.XMLStreamWriter
- Overrides:
- writeProcessingInstruction in interface XMLWriterBase
public void writeStartDocument()
throws javax.xml.stream.XMLStreamException
- Specified by:
- writeStartDocument in interface javax.xml.stream.XMLStreamWriter
- Overrides:
- writeStartDocument in interface XMLWriterBase
public void writeStartDocument(String version)
throws javax.xml.stream.XMLStreamException
- Specified by:
- writeStartDocument in interface javax.xml.stream.XMLStreamWriter
- Overrides:
- writeStartDocument in interface XMLWriterBase
public void writeStartDocument(String encoding,
String version)
throws javax.xml.stream.XMLStreamException
- Specified by:
- writeStartDocument in interface javax.xml.stream.XMLStreamWriter
- Overrides:
- writeStartDocument in interface XMLWriterBase
protected void writeType(int type)
throws javax.xml.stream.XMLStreamException