public class PAULAReader extends DefaultHandler2
| Modifier and Type | Field and Description |
|---|---|
static String |
PAULA_DTD_FEAT |
static String |
PAULA_DTD_HEADER |
static String |
PAULA_DTD_MARK |
static String |
PAULA_DTD_MULTIFEAT |
static String |
PAULA_DTD_REL |
static String |
PAULA_DTD_STRUCT |
static String |
PAULA_DTD_TEXT |
| Constructor and Description |
|---|
PAULAReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length)
Delegates to specific reader.
|
void |
endDocument()
Delegates to specific reader.
|
void |
endElement(String uri,
String localName,
String qName)
Delegates to specific reader.
|
PAULA2SaltMapper |
getMapper() |
File |
getPaulaFile() |
PAULAFileDelegator |
getPaulaFileDelegator() |
void |
setMapper(PAULA2SaltMapper mapper) |
void |
setPaulaFile(File paulaFile) |
void |
setPaulaFileDelegator(PAULAFileDelegator paulaFileDelegator) |
void |
startDocument()
Delegates to specific reader.
|
void |
startDTD(String name,
String publicId,
String systemId)
extracts the dtd of current read paula-file.
|
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes)
Delegates to specific reader.
|
attributeDecl, comment, elementDecl, endCDATA, endDTD, endEntity, externalEntityDecl, getExternalSubset, internalEntityDecl, resolveEntity, resolveEntity, startCDATA, startEntityendPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warningpublic static final String PAULA_DTD_HEADER
public static final String PAULA_DTD_TEXT
public static final String PAULA_DTD_MARK
public static final String PAULA_DTD_STRUCT
public static final String PAULA_DTD_REL
public static final String PAULA_DTD_FEAT
public static final String PAULA_DTD_MULTIFEAT
public void setMapper(PAULA2SaltMapper mapper)
mapper - the mapper to setpublic PAULA2SaltMapper getMapper()
public void setPaulaFile(File paulaFile)
paulaFile - the paulaFile to setpublic File getPaulaFile()
public void setPaulaFileDelegator(PAULAFileDelegator paulaFileDelegator)
paulaFileDelegator - the paulaFileDelegator to setpublic PAULAFileDelegator getPaulaFileDelegator()
public void startDTD(String name, String publicId, String systemId) throws SAXException
startDTD in interface LexicalHandlerstartDTD in class DefaultHandler2SAXExceptionpublic void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement 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.DefaultHandlerSAXExceptionpublic void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endDocument()
throws SAXException
endDocument in interface ContentHandlerendDocument in class org.xml.sax.helpers.DefaultHandlerSAXExceptionCopyright © 2009–2017 Humboldt-Universität zu Berlin, INRIA. All rights reserved.