public class VirtualSystemSettingDataHandler extends ParseSax.HandlerWithResult<VirtualSystemSettingData>
| Modifier and Type | Field and Description |
|---|---|
protected VirtualSystemSettingData.Builder |
builder |
protected StringBuilder |
currentText |
| Constructor and Description |
|---|
VirtualSystemSettingDataHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String localName,
String qName) |
VirtualSystemSettingData |
getResult() |
void |
startElement(String uri,
String localName,
String qName,
Attributes attrs) |
getRequest, setContextendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected StringBuilder currentText
protected VirtualSystemSettingData.Builder builder
public VirtualSystemSettingData getResult()
getResult in class ParseSax.HandlerWithResult<VirtualSystemSettingData>public void startElement(String uri, String localName, String qName, Attributes attrs)
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerpublic void endElement(String uri, String localName, 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.DefaultHandlerCopyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.