| java.lang.Object com.sun.xml.ws.streaming.XMLStreamReaderUtil
XMLStreamReaderUtil | public class XMLStreamReaderUtil (Code) | | XMLStreamReaderUtil provides some utility methods intended to be used
in conjunction with a StAX XMLStreamReader.
author: WS Development Team |
Inner Class :public static class AttributesImpl implements Attributes | |
getAttributes | public static Attributes getAttributes(XMLStreamReader reader)(Code) | | Read all attributes into an data structure. Note that this method cannot
be called multiple times to get the same list of attributes.
|
getStateName | public static String getStateName(int state)(Code) | | |
skipElement | public static void skipElement(XMLStreamReader reader)(Code) | | Skip current element, leaving the cursor at END_ELEMENT of
current element.
|
skipSiblings | public static void skipSiblings(XMLStreamReader reader, QName parent)(Code) | | Skip following siblings, leaving cursor at END_ELEMENT of
parent element.
|
|
|