public class WolofImporter.DocumentStructureReader extends DefaultHandler2
| Modifier and Type | Field and Description |
|---|---|
org.corpus_tools.salt.common.SDocumentGraph |
structure |
static String |
TAG_ARTICLE |
static String |
TAG_EN |
static String |
TAG_SENTENCE |
static String |
TAG_WOL |
| Constructor and Description |
|---|
WolofImporter.DocumentStructureReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String localName,
String qName) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
attributeDecl, comment, elementDecl, endCDATA, endDTD, endEntity, externalEntityDecl, getExternalSubset, internalEntityDecl, resolveEntity, resolveEntity, startCDATA, startDTD, startEntityendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic static final String TAG_ARTICLE
public static final String TAG_SENTENCE
public static final String TAG_WOL
public static final String TAG_EN
public org.corpus_tools.salt.common.SDocumentGraph structure
public WolofImporter.DocumentStructureReader()
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionCopyright © 2015–2017 Humboldt-Universität zu Berlin, INRIA. All rights reserved.