public class CatalogItemHandler extends ParseSax.HandlerWithResult<CatalogItem>
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceType |
catalogItem |
protected String |
description |
protected ReferenceType |
entity |
protected String |
key |
protected SortedMap<String,String> |
properties |
| Constructor and Description |
|---|
CatalogItemHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
protected String |
currentOrNull() |
void |
endElement(String uri,
String name,
String qName) |
CatalogItem |
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 ReferenceType catalogItem
protected ReferenceType entity
protected String description
protected String key
public CatalogItem getResult()
getResult in class ParseSax.HandlerWithResult<CatalogItem>public void startElement(String uri, String localName, String qName, Attributes attrs) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic void endElement(String uri, String name, 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.