|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.virtualmock.rule.RuleHandler
DefaultHandler for VirtualMock Rules.
| Constructor Summary | |
RuleHandler()
|
|
| Method Summary | |
void |
characters(char[] buffer,
int offset,
int len)
Overridden SAX event. |
void |
endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String name)
Overridden SAX event. |
java.util.Map |
getRuleEnforcementLevels()
Returns a Map representing the enforcement levels for all Rules defined in the configuration file. |
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RuleHandler()
| Method Detail |
public java.util.Map getRuleEnforcementLevels()
public void characters(char[] buffer,
int offset,
int len)
throws org.xml.sax.SAXException
buffer - the bufferoffset - the offsetlen - the length
org.xml.sax.SAXException - Any SAXException
public void endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String name)
uri - the urilocalName - the local namename - the name
java.lang.RuntimeException - If invalid data is found
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||