public class StreamUtil extends Object
| Constructor and Description |
|---|
StreamUtil()
Creates a new instance of StreamUtil
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
_break(XMLStreamReader reader,
String localName,
String uri) |
static String |
convertDigestAlgorithm(String algo) |
static String |
getCV(XMLStreamReader reader) |
static String |
getCV(org.jvnet.staxex.XMLStreamReaderEx reader) |
static String |
getId(XMLStreamReader reader) |
static String |
getWsuId(XMLStreamReader reader) |
static boolean |
isStartElement(XMLStreamReader reader) |
static boolean |
moveToNextElement(XMLStreamReader reader) |
static boolean |
moveToNextStartOREndElement(XMLStreamReader reader) |
static boolean |
moveToNextStartOREndElement(XMLStreamReader reader,
XMLStreamWriter writer) |
static void |
writeCurrentEvent(org.jvnet.staxex.XMLStreamReaderEx reader,
org.jvnet.staxex.XMLStreamWriterEx writer) |
static void |
writeCurrentEvent(XMLStreamReader reader,
XMLStreamWriter writer) |
static void |
writeStartElement(XMLStreamReader reader,
XMLStreamWriter writer) |
public static boolean moveToNextElement(XMLStreamReader reader) throws XMLStreamException
XMLStreamExceptionpublic static boolean moveToNextStartOREndElement(XMLStreamReader reader) throws XMLStreamException
XMLStreamExceptionpublic static boolean moveToNextStartOREndElement(XMLStreamReader reader, XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionpublic static boolean isStartElement(XMLStreamReader reader)
public static boolean _break(XMLStreamReader reader, String localName, String uri) throws XMLStreamException
XMLStreamExceptionpublic static void writeStartElement(XMLStreamReader reader, XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionpublic static void writeCurrentEvent(XMLStreamReader reader, XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionpublic static void writeCurrentEvent(org.jvnet.staxex.XMLStreamReaderEx reader,
org.jvnet.staxex.XMLStreamWriterEx writer)
throws XMLStreamException
XMLStreamExceptionpublic static String getWsuId(XMLStreamReader reader)
public static String getId(XMLStreamReader reader)
public static String getCV(XMLStreamReader reader) throws XMLStreamException
XMLStreamExceptionpublic static String getCV(org.jvnet.staxex.XMLStreamReaderEx reader) throws XMLStreamException
XMLStreamExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.