INRIA & FluxMedia

fr.fluxmedia.tmcontrib.generator
Class vcsReader

java.lang.Object
  extended by fr.fluxmedia.tmcontrib.generator.AbstractXMLReader
      extended by fr.fluxmedia.tmcontrib.generator.vcsReader
All Implemented Interfaces:
org.xml.sax.XMLReader

 class vcsReader
extends AbstractXMLReader

Description of the Class

Author:
Bruno Charre

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

NAMESPACE

private static final java.lang.String NAMESPACE
See Also:
Constant Field Values

NElement

private static final java.lang.String[] NElement

ADRElement

private static final java.lang.String[] ADRElement

ORGElement

private static final java.lang.String[] ORGElement

attributesVALUE

protected java.util.Vector attributesVALUE
Description of the Field


attributesENCODING

protected java.util.Vector attributesENCODING
Description of the Field


vcsString

protected java.lang.String vcsString
The type of the file

Constructor Detail

vcsReader

public vcsReader(boolean card)
Constructor for the vcsReader object

Parameters:
card - Description of the Parameter
Method Detail

parse

public void parse(org.xml.sax.InputSource input)
           throws java.io.IOException,
                  org.xml.sax.SAXException
Parse a file or an URL which is specified by an input source

Specified by:
parse in interface org.xml.sax.XMLReader
Specified by:
parse in class AbstractXMLReader
Parameters:
input - the input source to parse
Throws:
java.io.IOException - Description of the Exception
org.xml.sax.SAXException - Description of the Exception

decoder

private java.lang.String decoder(java.lang.String elementValue,
                                 java.lang.String encoding)
Decodes a string with specified encoding

Parameters:
elementValue - the string to decode
encoding - the specified encoding
Returns:
the decoded string

INRIA & FluxMedia

..no bottom yet...