org.n52.security.common.xml
Class XMLChunkIterator.QNameMatcher

java.lang.Object
  extended by org.n52.security.common.xml.XMLChunkIterator.QNameMatcher
Enclosing class:
XMLChunkIterator

public static class XMLChunkIterator.QNameMatcher
extends Object

Matches an element path, if the last element in the path matches a given qname.


Constructor Summary
XMLChunkIterator.QNameMatcher(QName qname)
           
 
Method Summary
 boolean matches(List<QName> elementPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLChunkIterator.QNameMatcher

public XMLChunkIterator.QNameMatcher(QName qname)
Method Detail

matches

public boolean matches(List<QName> elementPath)


Copyright © 2004–2013 52north.org. All rights reserved.