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, setContext
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
protected 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 ContentHandler
startElement
in class DefaultHandler
public void endElement(String uri, String localName, String qName)
endElement
in interface ContentHandler
endElement
in class DefaultHandler
public void characters(char[] ch, int start, int length)
characters
in interface ContentHandler
characters
in class DefaultHandler
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.