net.sourceforge.jxa
Class XmlReader
java.lang.Object
java.io.Reader
java.io.InputStreamReader
net.sourceforge.jxa.XmlReader
public class XmlReader
- extends java.io.InputStreamReader
XML-Reader
- Since:
- 1.0
Fields inherited from class java.io.Reader |
lock |
Constructor Summary |
XmlReader(java.io.InputStream in)
|
Methods inherited from class java.io.InputStreamReader |
close, mark, markSupported, read, read, ready, reset, skip |
Methods inherited from class java.io.Reader |
read |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
START_DOCUMENT
public static final int START_DOCUMENT
- See Also:
- Constant Field Values
END_DOCUMENT
public static final int END_DOCUMENT
- See Also:
- Constant Field Values
START_TAG
public static final int START_TAG
- See Also:
- Constant Field Values
END_TAG
public static final int END_TAG
- See Also:
- Constant Field Values
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
XmlReader
public XmlReader(java.io.InputStream in)
throws java.io.IOException,
java.io.UnsupportedEncodingException
- Throws:
java.io.IOException
java.io.UnsupportedEncodingException
next
public int next()
throws java.io.IOException
- Throws:
java.io.IOException
getType
public int getType()
getName
public java.lang.String getName()
getAttribute
public java.lang.String getAttribute(java.lang.String name)
getAttributes
public java.util.Enumeration getAttributes()
getText
public java.lang.String getText()