public class QuickContextXmlParser extends org.xml.sax.helpers.DefaultHandler
| Constructor and Description |
|---|
QuickContextXmlParser() |
| Modifier and Type | Method and Description |
|---|---|
Collection<URL> |
getAdditionalURLs() |
static QuickContextXmlParser |
parse(File contextXml) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic Collection<URL> getAdditionalURLs()
public static QuickContextXmlParser parse(File contextXml)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.