xmlBlaster 2.2.0 API

org.xmlBlaster.engine.mime.xpath
Class XPathFilter.Entry

java.lang.Object
  extended by org.xmlBlaster.engine.mime.xpath.XPathFilter.Entry
Enclosing class:
XPathFilter

 class XPathFilter.Entry
extends java.lang.Object

An entry in the domCache.


Field Summary
(package private)  org.w3c.dom.Document doc
           
(package private)  java.lang.String key
           
 
Constructor Summary
XPathFilter.Entry(java.lang.String key, org.w3c.dom.Document doc)
           
 
Method Summary
 boolean equals(java.lang.Object o)
          An object is equal if it either an Entry with a key of the same value sa this, or a String with the same value as the key of this object!.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

java.lang.String key

doc

org.w3c.dom.Document doc
Constructor Detail

XPathFilter.Entry

public XPathFilter.Entry(java.lang.String key,
                         org.w3c.dom.Document doc)
Method Detail

equals

public boolean equals(java.lang.Object o)
An object is equal if it either an Entry with a key of the same value sa this, or a String with the same value as the key of this object!.

Overrides:
equals in class java.lang.Object

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.