|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.activesoap.handler.stax.StaxHelper
Constructor Summary | |
StaxHelper()
|
Method Summary | |
static String |
readTextContent(XMLStreamReader in)
Reads the content of the current element as a String, ignoring any embedded elements |
static void |
writeAnyContent(List list,
AnyElementMarshaler marshaller,
XMLStreamWriter out)
Writes the list of any objects to the stream. |
static void |
writeAttributes(Map map,
XMLStreamWriter out)
Writes the given attributes to the stream |
static void |
writeElement(QName qname,
ElementContent element,
AnyElementMarshaler marshaler,
XMLStreamWriter out)
Writes the given element to the StAX stream if it is not null |
static void |
writeElement(QName qname,
ElementContent element,
AnyElementMarshaler marshaler,
XMLStreamWriter out,
boolean repairingMode)
|
static void |
writeElement(QName qname,
Object object,
AnyElementMarshaler marshaler,
XMLStreamWriter out)
|
static void |
writeElement(QName qname,
Object object,
AnyElementMarshaler marshaler,
XMLStreamWriter out,
boolean repairingMode)
|
static void |
writeElementNoNamespace(QName qname,
ElementContent element,
AnyElementMarshaler marshaler,
XMLStreamWriter out)
|
static void |
writeElementNoNamespace(QName qname,
Object object,
AnyElementMarshaler marshaler,
XMLStreamWriter out)
|
static void |
writeStartElement(QName qname,
XMLStreamWriter out,
boolean repairingMode)
|
static void |
writeStartElementNoNamespace(QName qname,
XMLStreamWriter out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StaxHelper()
Method Detail |
public static void writeAttributes(Map map, XMLStreamWriter out) throws XMLStreamException
XMLStreamException
public static void writeElement(QName qname, ElementContent element, AnyElementMarshaler marshaler, XMLStreamWriter out) throws XMLStreamException
XMLStreamException
public static void writeElement(QName qname, ElementContent element, AnyElementMarshaler marshaler, XMLStreamWriter out, boolean repairingMode) throws XMLStreamException
XMLStreamException
public static void writeElementNoNamespace(QName qname, ElementContent element, AnyElementMarshaler marshaler, XMLStreamWriter out) throws XMLStreamException
XMLStreamException
public static void writeElementNoNamespace(QName qname, Object object, AnyElementMarshaler marshaler, XMLStreamWriter out) throws XMLStreamException
XMLStreamException
public static void writeElement(QName qname, Object object, AnyElementMarshaler marshaler, XMLStreamWriter out) throws XMLStreamException
XMLStreamException
public static void writeElement(QName qname, Object object, AnyElementMarshaler marshaler, XMLStreamWriter out, boolean repairingMode) throws XMLStreamException
XMLStreamException
public static void writeStartElementNoNamespace(QName qname, XMLStreamWriter out) throws XMLStreamException
XMLStreamException
public static void writeStartElement(QName qname, XMLStreamWriter out, boolean repairingMode) throws XMLStreamException
XMLStreamException
public static void writeAnyContent(List list, AnyElementMarshaler marshaller, XMLStreamWriter out) throws XMLStreamException
XMLStreamException
public static String readTextContent(XMLStreamReader in) throws XMLStreamException
XMLStreamException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |