public class NetworkConnectionSectionHandler extends ParseSax.HandlerWithResult<NetworkConnectionSection>
Modifier and Type | Field and Description |
---|---|
protected Set<NetworkConnection> |
connections |
protected StringBuilder |
currentText |
protected ReferenceType |
edit |
protected boolean |
inConnections |
protected String |
info |
protected Integer |
primaryNetworkConnectionIndex |
protected ReferenceType |
section |
Constructor and Description |
---|
NetworkConnectionSectionHandler(NetworkConnectionHandler networkConnectionHandler) |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
protected String |
currentOrNull() |
void |
endElement(String uri,
String localName,
String qName) |
NetworkConnectionSection |
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 String info
protected Set<NetworkConnection> connections
protected ReferenceType section
protected ReferenceType edit
protected Integer primaryNetworkConnectionIndex
protected boolean inConnections
@Inject public NetworkConnectionSectionHandler(NetworkConnectionHandler networkConnectionHandler)
public NetworkConnectionSection getResult()
getResult
in class ParseSax.HandlerWithResult<NetworkConnectionSection>
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
protected String currentOrNull()
Copyright © 2009-2012 jclouds. All Rights Reserved.