Package writer2latex.latex.i18n
Class UnicodeTableHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
writer2latex.latex.i18n.UnicodeTableHandler
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
Helper classs: SAX handler to parse symbols.xml from jar
-
Constructor Summary
ConstructorsConstructorDescriptionUnicodeTableHandler
(Hashtable<String, writer2latex.latex.i18n.UnicodeTable> tableSet, String sSymbolSets) Create a newUnicodeTableHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
endElement
(String nameSpace, String localName, String qName) void
startElement
(String nameSpace, String localName, String qName, Attributes attributes) Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
UnicodeTableHandler
public UnicodeTableHandler(Hashtable<String, writer2latex.latex.i18n.UnicodeTable> tableSet, String sSymbolSets) Create a newUnicodeTableHandler
- Parameters:
tableSet
- theHashtable
to fill with tables read from the filesSymbolSets
- string containing table names to read (separated by |)
-
-
Method Details
-
startElement
- Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
-
endElement
- Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classDefaultHandler
-