Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatParser.java72 private final ExpatAttributes attributes = new CurrentAttributes();
716 private class CurrentAttributes extends ExpatAttributes { class in ExpatParser