|
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.vcsReader
class vcsReader
Description of the Class
Field Summary | |
---|---|
private static java.lang.String[] |
ADRElement
|
protected java.util.Vector |
attributesENCODING
Description of the Field |
protected java.util.Vector |
attributesVALUE
Description of the Field |
private static java.lang.String |
NAMESPACE
|
private static java.lang.String[] |
NElement
|
private static java.lang.String[] |
ORGElement
|
protected java.lang.String |
vcsString
The type of the file |
Constructor Summary | |
---|---|
vcsReader(boolean card)
Constructor for the vcsReader object |
Method Summary | |
---|---|
private java.lang.String |
decoder(java.lang.String elementValue,
java.lang.String encoding)
Decodes a string with specified encoding |
void |
parse(org.xml.sax.InputSource input)
Parse a file or an URL which is specified by an input source |
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 java.lang.String NAMESPACE
private static final java.lang.String[] NElement
private static final java.lang.String[] ADRElement
private static final java.lang.String[] ORGElement
protected java.util.Vector attributesVALUE
protected java.util.Vector attributesENCODING
protected java.lang.String vcsString
Constructor Detail |
---|
public vcsReader(boolean card)
card
- Description of the ParameterMethod 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
- the input source to parse
java.io.IOException
- Description of the Exception
org.xml.sax.SAXException
- Description of the Exceptionprivate java.lang.String decoder(java.lang.String elementValue, java.lang.String encoding)
elementValue
- the string to decodeencoding
- the specified encoding
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |