@NotThreadSafe public class HintHandler extends DefaultHandler
| Constructor and Description |
|---|
HintHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String uri,
String localName,
String qName)
Handles the end element event.
|
List<HintRule> |
getHintRules()
Returns the list of hint rules.
|
List<VendorDuplicatingHintRule> |
getVendorDuplicatingHintRules()
Returns the list of vendor duplicating hint rules.
|
void |
startElement(String uri,
String localName,
String qName,
Attributes attr)
Handles the start element event.
|
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic List<HintRule> getHintRules()
public List<VendorDuplicatingHintRule> getVendorDuplicatingHintRules()
public void startElement(String uri, String localName, String qName, Attributes attr) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandleruri - the URI of the element being processedlocalName - the local name of the element being processedqName - the qName of the element being processedattr - the attributes of the element being processedSAXException - thrown if there is an exception processingpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandleruri - the element's URIlocalName - the local nameqName - the qualified nameSAXException - thrown if there is an exception processing the
elementCopyright © 2012–2020 OWASP. All rights reserved.