org.omnaest.utils.xml
Class XMLIteratorFactory.XMLElementSelectorQNameBased

java.lang.Object
  extended by org.omnaest.utils.xml.XMLIteratorFactory.XMLElementSelectorQNameBased
All Implemented Interfaces:
XMLIteratorFactory.XMLElementSelector
Enclosing class:
XMLIteratorFactory

public static class XMLIteratorFactory.XMLElementSelectorQNameBased
extends Object
implements XMLIteratorFactory.XMLElementSelector

XMLIteratorFactory.XMLElementSelector which matches a given QName

Author:
Omnaest
See Also:
XMLIteratorFactory.XMLElementSelector

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.omnaest.utils.xml.XMLIteratorFactory.XMLElementSelector
XMLIteratorFactory.XMLElementSelector.SelectionContext
 
Constructor Summary
XMLIteratorFactory.XMLElementSelectorQNameBased(QName qName)
           
 
Method Summary
 boolean selectElement(XMLIteratorFactory.XMLElementSelector.SelectionContext selectionContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLIteratorFactory.XMLElementSelectorQNameBased

public XMLIteratorFactory.XMLElementSelectorQNameBased(QName qName)
Parameters:
qName -
See Also:
XMLIteratorFactory.XMLElementSelectorQNameBased
Method Detail

selectElement

public boolean selectElement(XMLIteratorFactory.XMLElementSelector.SelectionContext selectionContext)
Specified by:
selectElement in interface XMLIteratorFactory.XMLElementSelector
Parameters:
selectionContext - XMLIteratorFactory.XMLElementSelector.SelectionContext
Returns:


Copyright © 2013. All Rights Reserved.