com.teamkonzept.dom4jb.dom.filter
Class NamedElementFilter

java.lang.Object
  |
  +--com.teamkonzept.dom4jb.dom.Filter
        |
        +--com.teamkonzept.dom4jb.dom.filter.NamedElementFilter

public class NamedElementFilter
extends Filter


Constructor Summary
NamedElementFilter(String name)
          Creates new NamedElementFilter
NamedElementFilter(String uri, String name)
          Creates new NamedElementFilter
 
Method Summary
 boolean match(Element element)
           
 
Methods inherited from class com.teamkonzept.dom4jb.dom.Filter
match, match, match, match
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedElementFilter

public NamedElementFilter(String uri,
                          String name)
Creates new NamedElementFilter


NamedElementFilter

public NamedElementFilter(String name)
Creates new NamedElementFilter

Method Detail

match

public boolean match(Element element)
Overrides:
match in class Filter


Copyright © 2001-2003 Team-Konzept GmbH & CO KG. All Rights Reserved.