public class InstanceStateChangeHandler extends ParseSax.HandlerForGeneratedRequestWithResult<Set<InstanceStateChange>>
| Constructor and Description |
|---|
InstanceStateChangeHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
protected String |
currentOrNull() |
void |
endElement(String uri,
String name,
String qName) |
Set<InstanceStateChange> |
getResult() |
void |
startElement(String uri,
String name,
String qName,
Attributes attrs) |
getRequest, setContextendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic Set<InstanceStateChange> getResult()
getResult in class ParseSax.HandlerWithResult<Set<InstanceStateChange>>public void startElement(String uri, String name, String qName, Attributes attrs)
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerpublic void endElement(String uri, String name, String qName)
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerpublic void characters(char[] ch,
int start,
int length)
characters in interface ContentHandlercharacters in class org.xml.sax.helpers.DefaultHandlerprotected String currentOrNull()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.