930931932933934935936
public Iterator getAllDeclaredNamespaces() throws OMException { return new NSDeclIterator(attributes); } public Iterator getNamespacesInScope() { return new NamespaceIterator(this); }
498499500501502503504
} return namespaces.values().iterator(); } public Iterator getNamespacesInScope() { return new NamespaceIterator(this); }
1110111111121113111411151116
570571572573574575576