|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.fluxmedia.tmcontrib.generator.AbstractXMLReader
fr.fluxmedia.tmcontrib.generator.CVSLogXMLReader
public class CVSLogXMLReader
This class allows to parse a cvs log file.
Field Summary | |
---|---|
private static org.xml.sax.Attributes |
EMPTY_ATTR
|
Constructor Summary | |
---|---|
CVSLogXMLReader()
Constructor for the CVSLogXMLReader object |
Method Summary | |
---|---|
void |
parse(org.xml.sax.InputSource input)
Parses the input source |
void |
parseHeader(java.io.BufferedReader br,
org.xml.sax.ContentHandler ch)
Parses the header of the cvs log file |
void |
parseHeaderLine(java.lang.String curLine,
org.xml.sax.helpers.AttributesImpl attrs)
Parses properties separated by ; in the header part of the log file |
void |
parseRevision(java.io.BufferedReader br,
org.xml.sax.ContentHandler ch)
Parses the revision part of the cvs log file |
void |
parseRevisionLine(java.lang.String curLine,
org.xml.sax.helpers.AttributesImpl attrs)
Parses properties separated by ; in the revision part of the log file |
void |
parseSymbolicNames(java.io.BufferedReader br,
java.util.Hashtable symbolicNames)
Description of the Method |
Methods inherited from class fr.fluxmedia.tmcontrib.generator.AbstractXMLReader |
---|
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, parse, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final org.xml.sax.Attributes EMPTY_ATTR
Constructor Detail |
---|
public CVSLogXMLReader()
Method Detail |
---|
public void parse(org.xml.sax.InputSource input) throws java.io.IOException, org.xml.sax.SAXException
parse
in interface org.xml.sax.XMLReader
parse
in class AbstractXMLReader
input
- input source to parse
java.io.IOException
- Description of the Exception
org.xml.sax.SAXException
- Description of the Exceptionpublic void parseHeader(java.io.BufferedReader br, org.xml.sax.ContentHandler ch) throws java.io.IOException, org.xml.sax.SAXException
br
- the buffered readerch
- the content handler which receives SAX events
java.io.IOException
- Description of the Exception
org.xml.sax.SAXException
- Description of the Exceptionpublic void parseRevision(java.io.BufferedReader br, org.xml.sax.ContentHandler ch) throws java.io.IOException, org.xml.sax.SAXException
br
- the buffered readerch
- the content handler which receives SAX events
java.io.IOException
- Description of the Exception
org.xml.sax.SAXException
- Description of the Exceptionpublic void parseRevisionLine(java.lang.String curLine, org.xml.sax.helpers.AttributesImpl attrs)
curLine
- the string to parseattrs
- the attributespublic void parseHeaderLine(java.lang.String curLine, org.xml.sax.helpers.AttributesImpl attrs)
curLine
- the line to parseattrs
- the attributespublic void parseSymbolicNames(java.io.BufferedReader br, java.util.Hashtable symbolicNames) throws java.io.IOException, org.xml.sax.SAXException
br
- Description of the ParametersymbolicNames
- Description of the Parameter
java.io.IOException
- Description of the Exception
org.xml.sax.SAXException
- Description of the Exception
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |