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.java62 private final ExpatAttributes attributes = new CurrentAttributes();
698 private class CurrentAttributes extends ExpatAttributes { class in ExpatParser