public abstract class StackHandler.ServiceElement<S extends AbstractService> extends StackHandler.Content
| Modifier | Constructor and Description |
|---|---|
protected |
StackHandler.ServiceElement(S service) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getAttributes() |
void |
setValue(String text) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
characters, endElementendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected StackHandler.ServiceElement(S service)
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class StackHandler.ContentSAXExceptionpublic void setValue(String text)
setValue in class StackHandler.ContentCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.