public class QNameTextMapper extends XmlPathMapper
currentPath| Constructor and Description |
|---|
QNameTextMapper() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<CharSequence> |
getNames() |
ArrayList<CharSequence> |
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
|
getAttQNameCount, getAttQNameCounts, getCurrentQName, getEltQNameCount, getEltQNameCounts, getEventAttQName, getPathCount, getPathCounts, isNamespaceAware, setNamespaceAwarepublic ArrayList<CharSequence> getValues()
public ArrayList<CharSequence> getNames()
public 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.