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, setContextendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected 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 ContentHandlerstartElement in class DefaultHandlerpublic void endElement(String uri, String localName, String qName)
endElement in interface ContentHandlerendElement in class DefaultHandlerpublic void characters(char[] ch,
int start,
int length)
characters in interface ContentHandlercharacters in class DefaultHandlerprotected String currentOrNull()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.