public static class ProductVersionImpl.XMLHandler extends LocalHandler implements ContentHandler
XML parser event handler for converting product version elements into product version values.
| Modifier and Type | Field and Description |
|---|---|
static String[] |
dataElementNames |
static String |
elementName |
abstractInterchangeable, abstractMeta, existingMeta, interchangeable, meta| Constructor and Description |
|---|
XMLHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
createResult()
Create the resulting object from the deserialization carried out by this content handler.
|
areAttributesPresent, characters, endDocument, endElement, getAttributesForElement, getAttributeValueChildElement, getBytesFromStream, getElementData, getElementDataList, getInputStreamForName, getSubElement, getSubElementList, isDataElementList, isDataElementPresent, isSingleDataElement, isSingleSubElement, isSubElementList, isSubElementPresent, startElementendPrefixMapping, getAttributesForThis, getAttributeValueThisElement, getElementName, getFullElementName, getNamespace, ignorableWhitespace, processingInstruction, registerCoreHandlers, registerHandler, registerHandlersForClass, setDocumentLocator, skippedEntity, startDocument, startPrefixMappingequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharacters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMappingpublic static final String elementName
public static final String[] dataElementNames
public Object createResult() throws Exception
LocalHandlerCreate the resulting object from the deserialization carried out by this content handler.
This method must be implemented in every subclass of LocalHandler and will be
called when data is available from within the methods implementation by calling:
LocalHandler.getElementData(String) for a child data element of the given element name;LocalHandler.getSubElement(String) for a child sub element object of the given element name;LocalHandler.getSubElementList(String) for a list of sub element objects of the given
element name;LocalHandler.getAttributesForElement(String) for the attributes of a child element with the
given name.Exception - TODO(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.