org.kxml.parser
Class PIDataParser
java.lang.Object
org.kxml.parser.AbstractXmlParser
org.kxml.parser.XmlParser
org.kxml.parser.PIDataParser
- public class PIDataParser
- extends org.kxml.parser.XmlParser
this class is useful to get the target name and the attributes from a PI data
it inherits of the XMLParser parsing methods
this class is in the package org.kxml.parser since XmlParser are package-protected
Fields inherited from class org.kxml.parser.XmlParser |
next |
Fields inherited from class org.kxml.parser.AbstractXmlParser |
processNamespaces |
Methods inherited from class org.kxml.parser.XmlParser |
getColumnNumber, getLineNumber, peek, read, readName, readTo, resolveCharacterEntity, setRelaxed |
Methods inherited from class org.kxml.parser.AbstractXmlParser |
ignoreTree, peek, read, readText, readTree, setProcessNamespaces, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributes
protected Map attributes
target
protected String target
PIDataParser
public PIDataParser(Reader reader)
throws IOException
PIDataParser
public PIDataParser(Reader reader,
int bufSize)
throws IOException
getAttributes
public Map getAttributes()
getTarget
public String getTarget()
parsePIData
public void parsePIData()
throws IOException
- Throws:
IOException
setColumnNumber
public void setColumnNumber(int column)
setLineNumber
public void setLineNumber(int line)