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 TypeMethodDescriptionvoidendElement(String nameSpace, String localName, String qName) voidstartElement(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, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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- theHashtableto fill with tables read from the filesSymbolSets- string containing table names to read (separated by |)
-
-
Method Details
-
startElement
- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler
-
endElement
- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classDefaultHandler
-