public class DiskSectionHandler extends SectionHandler<DiskSection,DiskSection.Builder>
Modifier and Type | Field and Description |
---|---|
protected Disk.Builder |
diskBuilder |
protected Logger |
logger |
builder, builderProvider, currentText
Constructor and Description |
---|
DiskSectionHandler(javax.inject.Provider<DiskSection.Builder> builderProvider) |
Modifier and Type | Method and Description |
---|---|
void |
endElement(String uri,
String localName,
String qName) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attrs) |
characters, create, getResult
getRequest, setContext
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
protected Logger logger
protected Disk.Builder diskBuilder
@Inject public DiskSectionHandler(javax.inject.Provider<DiskSection.Builder> builderProvider)
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 SectionHandler<DiskSection,DiskSection.Builder>
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.