Searched refs:declarations (Results 1 – 2 of 2) sorted by relevance
563 declarations = null; in setParent()605 if (declarations == null) { in declarePrefix()606 declarations = new ArrayList<String>(); in declarePrefix()621 declarations.add(prefix); in declarePrefix()755 return (declarations == null) ? EMPTY_ENUMERATION : Collections.enumeration(declarations); in getDeclaredPrefixes()826 private ArrayList<String> declarations = null; field in NamespaceSupport.Context
9 substring: "This implementation does not parse entity declarations"