Package org.gvsig.gpe.prov.xml.utils
Class AbstractQNameComparator
java.lang.Object
org.gvsig.gpe.prov.xml.utils.AbstractQNameComparator
- All Implemented Interfaces:
QNameComparator
- Direct Known Subclasses:
LocalNameComparator,NamespaceAwareComparator
- Version:
- $Id$
- Author:
- gvSIG Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanequalsWithNamespace(org.gvsig.xmlpull.lib.api.stream.IQName qname1, org.gvsig.xmlpull.lib.api.stream.IQName qname2) booleanequalsWithOutNamespace(org.gvsig.xmlpull.lib.api.stream.IQName qname1, org.gvsig.xmlpull.lib.api.stream.IQName qname2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.gpe.prov.xml.utils.QNameComparator
equals
-
Constructor Details
-
AbstractQNameComparator
public AbstractQNameComparator()
-
-
Method Details
-
equalsWithNamespace
public boolean equalsWithNamespace(org.gvsig.xmlpull.lib.api.stream.IQName qname1, org.gvsig.xmlpull.lib.api.stream.IQName qname2) - Specified by:
equalsWithNamespacein interfaceQNameComparator
-
equalsWithOutNamespace
public boolean equalsWithOutNamespace(org.gvsig.xmlpull.lib.api.stream.IQName qname1, org.gvsig.xmlpull.lib.api.stream.IQName qname2) - Specified by:
equalsWithOutNamespacein interfaceQNameComparator
-