org.kohsuke.rngom.binary.visitor
Class ChildElementFinder.Element

java.lang.Object
  extended by org.kohsuke.rngom.binary.visitor.ChildElementFinder.Element
Enclosing class:
ChildElementFinder

public static class ChildElementFinder.Element
extends java.lang.Object

Represents a child element.


Field Summary
 Pattern content
           
 NameClass nc
           
 
Constructor Summary
ChildElementFinder.Element(NameClass nc, Pattern content)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nc

public final NameClass nc

content

public final Pattern content
Constructor Detail

ChildElementFinder.Element

public ChildElementFinder.Element(NameClass nc,
                                  Pattern content)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object