Home
last modified time | relevance | path

Searched refs:declarations (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/helpers/
DNamespaceSupport.java563 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
/libcore/expectations/
Dicebox.txt9 substring: "This implementation does not parse entity declarations"