public class OutputFileListHandler extends DefaultHandler
Modifier and Type | Method and Description |
---|---|
void |
endElement(String uri,
String localName,
String qName) |
static List<OutputFileListEntry> |
readFileListFile(File flf) |
void |
setDocumentLocator(Locator locator)
With the DocumentLocator line numbers will be received during errors
|
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public void setDocumentLocator(Locator locator)
setDocumentLocator
in interface ContentHandler
setDocumentLocator
in class DefaultHandler
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class DefaultHandler
SAXException
public void endElement(String uri, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class DefaultHandler
SAXException
public static List<OutputFileListEntry> readFileListFile(File flf) throws Exception
Exception
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.