|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLStreamWriter2 | |
---|---|
org.codehaus.stax2 | |
org.codehaus.stax2.evt | |
org.codehaus.stax2.ri | |
org.codehaus.stax2.ri.dom | |
org.codehaus.stax2.ri.evt | |
org.codehaus.stax2.util |
Uses of XMLStreamWriter2 in org.codehaus.stax2 |
---|
Methods in org.codehaus.stax2 that return XMLStreamWriter2 | |
---|---|
abstract XMLStreamWriter2 |
XMLOutputFactory2.createXMLStreamWriter(Writer w,
String encoding)
|
Uses of XMLStreamWriter2 in org.codehaus.stax2.evt |
---|
Methods in org.codehaus.stax2.evt with parameters of type XMLStreamWriter2 | |
---|---|
void |
XMLEvent2.writeUsing(XMLStreamWriter2 w)
|
Uses of XMLStreamWriter2 in org.codehaus.stax2.ri |
---|
Classes in org.codehaus.stax2.ri that implement XMLStreamWriter2 | |
---|---|
class |
Stax2WriterAdapter
This adapter implements parts of XMLStreamWriter2 , the
extended stream writer defined by Stax2 extension, by wrapping
a vanilla Stax 1.0 XMLStreamReader implementation. |
class |
Stax2WriterImpl
This is a partial base implementation of XMLStreamWriter2 ,
the extended stream writer that is part of Stax2. |
Methods in org.codehaus.stax2.ri that return XMLStreamWriter2 | |
---|---|
static XMLStreamWriter2 |
Stax2WriterAdapter.wrapIfNecessary(XMLStreamWriter sw)
Method that should be used to add dynamic support for XMLStreamWriter2 . |
Constructors in org.codehaus.stax2.ri with parameters of type XMLStreamWriter2 | |
---|---|
Stax2EventWriterImpl(XMLStreamWriter2 sw)
|
Uses of XMLStreamWriter2 in org.codehaus.stax2.ri.dom |
---|
Classes in org.codehaus.stax2.ri.dom that implement XMLStreamWriter2 | |
---|---|
class |
DOMWrappingWriter
This is an adapter class that partially implements XMLStreamWriter
as a facade on top of a DOM document or Node, allowing one
to basically construct DOM trees via Stax API. |
Uses of XMLStreamWriter2 in org.codehaus.stax2.ri.evt |
---|
Methods in org.codehaus.stax2.ri.evt with parameters of type XMLStreamWriter2 | |
---|---|
void |
NotationDeclarationEventImpl.writeUsing(XMLStreamWriter2 w)
This method does not make much sense for this event type -- the reason being that the notation declarations can only be written as part of a DTD (internal or external subset), not separately. |
void |
StartElementEventImpl.writeUsing(XMLStreamWriter2 sw)
|
void |
EndDocumentEventImpl.writeUsing(XMLStreamWriter2 w)
|
void |
DTDEventImpl.writeUsing(XMLStreamWriter2 w)
|
abstract void |
BaseEventImpl.writeUsing(XMLStreamWriter2 w)
|
void |
EndElementEventImpl.writeUsing(XMLStreamWriter2 w)
|
void |
ProcInstrEventImpl.writeUsing(XMLStreamWriter2 w)
|
void |
EntityDeclarationEventImpl.writeUsing(XMLStreamWriter2 w)
|
void |
AttributeEventImpl.writeUsing(XMLStreamWriter2 w)
|
void |
StartDocumentEventImpl.writeUsing(XMLStreamWriter2 w)
|
void |
CharactersEventImpl.writeUsing(XMLStreamWriter2 w)
|
void |
EntityReferenceEventImpl.writeUsing(XMLStreamWriter2 w)
|
void |
CommentEventImpl.writeUsing(XMLStreamWriter2 w)
|
Uses of XMLStreamWriter2 in org.codehaus.stax2.util |
---|
Classes in org.codehaus.stax2.util that implement XMLStreamWriter2 | |
---|---|
class |
StreamWriter2Delegate
|
Fields in org.codehaus.stax2.util declared as XMLStreamWriter2 | |
---|---|
protected XMLStreamWriter2 |
StreamWriter2Delegate.mDelegate2
|
Constructors in org.codehaus.stax2.util with parameters of type XMLStreamWriter2 | |
---|---|
StreamWriter2Delegate(XMLStreamWriter2 parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |