com.teamkonzept.dom4jb.dom.filter
Class NoopFilter

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

public final class NoopFilter
extends Filter


Method Summary
static NoopFilter getInstance()
           
 boolean match(Attribute node)
           
 boolean match(CDATA node)
           
 boolean match(Element node)
           
 boolean match(Node obj)
          ' Visitor-Pattern Das Content-Objekt sorgt dafür. daß der richtige-Match-Operator aufgerufen wird.
 boolean match(Text node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

match

public boolean match(Node obj)
Description copied from class: Filter
' Visitor-Pattern Das Content-Objekt sorgt dafür. daß der richtige-Match-Operator aufgerufen wird.

Overrides:
match in class Filter
See Also:
Filter.match(Node)

match

public boolean match(Attribute node)
Overrides:
match in class Filter
See Also:
Filter.match(Attribute)

match

public boolean match(Element node)
Overrides:
match in class Filter
See Also:
Filter.match(Element)

match

public boolean match(Text node)
Overrides:
match in class Filter
See Also:
Filter.match(Text)

match

public boolean match(CDATA node)
Overrides:
match in class Filter
See Also:
Filter.match(CDATA)

getInstance

public static NoopFilter getInstance()


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