@NotThreadSafe
public class HintHandler
extends org.xml.sax.helpers.DefaultHandler
| Constructor and Description |
|---|
HintHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName)
Handles the end element event.
|
java.util.List<HintRule> |
getHintRules()
Returns the list of hint rules.
|
java.util.List<VendorDuplicatingHintRule> |
getVendorDuplicatingHintRules()
Returns the list of vendor duplicating hint rules.
|
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attr)
Handles the start element event.
|
public java.util.List<HintRule> getHintRules()
public java.util.List<VendorDuplicatingHintRule> getVendorDuplicatingHintRules()
public void startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attr)
throws org.xml.sax.SAXException
startElement in interface org.xml.sax.ContentHandlerstartElement in class org.xml.sax.helpers.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 processedorg.xml.sax.SAXException - thrown if there is an exception processingpublic void endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName)
throws org.xml.sax.SAXException
endElement in interface org.xml.sax.ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandleruri - the element's URIlocalName - the local nameqName - the qualified nameorg.xml.sax.SAXException - thrown if there is an exception processing the
elementCopyright© 2012-21 Jeremy Long. All Rights Reserved.