electric.xml.jaxen
Class NamespaceIterator

java.lang.Object
  extended byelectric.xml.jaxen.AttributesIterator
      extended byelectric.xml.jaxen.NamespaceIterator
All Implemented Interfaces:
java.util.Iterator, IXMLConstants

public class NamespaceIterator
extends AttributesIterator
implements IXMLConstants

NamespaceIterator

Author:
webMethods

Field Summary
 
Fields inherited from interface electric.xml.IXMLConstants
ATTLIST_START, ATTLIST_STOP, CDATA, CDATA_START, CDATA_STOP, CLOSE_TAG, COLON, COMMENT_START, COMMENT_STOP, DOCTYPE_START, DOCTYPE_STOP, ELEMENTDECL_START, ELEMENTDECL_STOP, ENCODING, ENTITYDECL_START, ENTITYDECL_STOP, ID, ID_CASE, INSTRUCTION_START, INSTRUCTION_STOP, NEGATIVE_INFINITY, NOT_A_NUMBER, NOTATIONDECL_START, NOTATIONDECL_STOP, NULL, OPEN_TAG, POSITIVE_INFINITY, PUBLIC, SPECIALS, STANDALONE, SUBSTITUTES, SYSTEM, UNDEFINED, VERSION, XML, XML_NAMESPACE, XMLDECL_START, XMLDECL_STOP, XMLNS, XMLNS_NAMESPACE
 
Constructor Summary
NamespaceIterator(Attributes attributes)
           
 
Method Summary
protected  boolean validNode(Attribute attribute)
           
 
Methods inherited from class electric.xml.jaxen.AttributesIterator
findNext, hasNext, next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceIterator

public NamespaceIterator(Attributes attributes)
Parameters:
attributes -
Method Detail

validNode

protected boolean validNode(Attribute attribute)
Overrides:
validNode in class AttributesIterator
Parameters:
attribute -
Returns:
true if this node is valid - i.e. the attribute starts with xmlns


copyright© 2001-2004 by webMethods All Rights Reserved.