public class QNameTextMapper extends XmlPathMapper
currentPath, currentQName| Constructor and Description |
|---|
QNameTextMapper() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<String> |
getNames() |
ArrayList<String> |
getValues() |
void |
handleEvent(XMLStreamReader reader,
int eventType)
This method receives StAX events.
|
void |
reset()
reinitialize any internal state and prepare the handler for re-use
|
encodeQName, getAttQNameCounts, getEltQNameCounts, getEventAttQName, getPathCounts, isNamespaceAware, setNamespaceAwarepublic void reset()
StAXHandlerreset in interface StAXHandlerreset in class XmlPathMapperpublic void handleEvent(XMLStreamReader reader, int eventType)
StAXHandlerhandleEvent in interface StAXHandlerhandleEvent in class XmlPathMapperreader - the reader from which events are being readeventType - the XML stream event typeCopyright © 2013. All Rights Reserved.