| |
|
| java.lang.Object com.caucho.xml.stream.XMLStreamReaderImpl
XMLStreamReaderImpl | public class XMLStreamReaderImpl implements XMLStreamReader(Code) | | XML pull-parser interface.
|
Inner Class :static class RawName | |
getAttributeCount | public int getAttributeCount()(Code) | | |
getAttributeLocalName | public String getAttributeLocalName(int index)(Code) | | |
getAttributeName | public QName getAttributeName(int index)(Code) | | |
getAttributeNamespace | public String getAttributeNamespace(int index)(Code) | | |
getAttributePrefix | public String getAttributePrefix(int index)(Code) | | |
getAttributeType | public String getAttributeType(int index)(Code) | | |
getAttributeValue | public String getAttributeValue(int index)(Code) | | |
getCharacterEncodingScheme | public String getCharacterEncodingScheme()(Code) | | |
getEventType | public int getEventType()(Code) | | |
getNamespaceCount | public int getNamespaceCount()(Code) | | |
getNamespacePrefix | public String getNamespacePrefix(int index)(Code) | | |
getNamespaceURI | public String getNamespaceURI(int index)(Code) | | |
getText | public String getText()(Code) | | Returns the current text string.
|
getTextCharacters | public char[] getTextCharacters()(Code) | | Returns a character buffer for the current text.
|
getTextCharacters | public int getTextCharacters(int sourceStart, char[] target, int targetStart, int length) throws XMLStreamException(Code) | | Reads the current text into a buffer.
|
getTextLength | public int getTextLength()(Code) | | Returns the length of the current text.
|
getTextStart | public int getTextStart()(Code) | | Returns the offset of the current text.
|
hasName | public boolean hasName()(Code) | | |
hasText | public boolean hasText()(Code) | | |
isAttributeSpecified | public boolean isAttributeSpecified(int index)(Code) | | |
isCharacters | public boolean isCharacters()(Code) | | |
isEndElement | public boolean isEndElement()(Code) | | |
isStandalone | public boolean isStandalone()(Code) | | |
isStartElement | public boolean isStartElement()(Code) | | |
isWhiteSpace | public boolean isWhiteSpace()(Code) | | |
standaloneSet | public boolean standaloneSet()(Code) | | |
|
|
|