Searched refs:getPrefixStack (Results 1 – 1 of 1) sorted by relevance
141 final Stack stack = getPrefixStack(prefix); in lookupNamespace()211 if ((stack = getPrefixStack(prefix)) != null) in popNamespace()283 Stack prefixStack = getPrefixStack(prefix); in popNamespaces()458 private Stack getPrefixStack(String prefix) { in getPrefixStack() method in NamespaceMappings