Searched refs:elemDepth (Results 1 – 1 of 1) sorted by relevance
225 public boolean pushNamespace(String prefix, String uri, int elemDepth) in pushNamespace() argument243 if (uri.equals(mr.m_uri) || elemDepth == mr.m_declarationDepth) { in pushNamespace()251 MappingRecord map = new MappingRecord(prefix,uri,elemDepth); in pushNamespace()265 void popNamespaces(int elemDepth, ContentHandler saxHandler) in popNamespaces() argument273 if (elemDepth < 1 || map.m_declarationDepth < elemDepth) in popNamespaces()