org.omnaest.utils.xml
Interface XMLIteratorFactory.XMLElementSelector.SelectionContext

Enclosing interface:
XMLIteratorFactory.XMLElementSelector

public static interface XMLIteratorFactory.XMLElementSelector.SelectionContext

Author:
Omnaest

Method Summary
 QName getQName()
           
 List<QName> getQNameHierarchy()
          Returns all QNames of the currents element location.
 

Method Detail

getQName

QName getQName()
Returns:
See Also:
QName

getQNameHierarchy

List<QName> getQNameHierarchy()
Returns all QNames of the currents element location. The current element is the last entry of the returned List

Returns:


Copyright © 2013. All Rights Reserved.