public class OutletReferenceSaxHandler extends DefaultHandler
Constructor and Description |
---|
OutletReferenceSaxHandler() |
Modifier and Type | Method and Description |
---|---|
void |
endElement(String uri,
String localName,
String rawName) |
OutletReference |
getOutletReference()
Returns the outlet reference which was filled by this handler.
|
boolean |
isFinished()
Returns whether the handler has already parsed the end of the snippet
for which it is responsible.
|
void |
startElement(String uri,
String localName,
String rawName,
Attributes attributes) |
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public void startElement(String uri, String localName, String rawName, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class DefaultHandler
SAXException
public void endElement(String uri, String localName, String rawName) throws SAXException
endElement
in interface ContentHandler
endElement
in class DefaultHandler
SAXException
public OutletReference getOutletReference()
public boolean isFinished()
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.