Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatParser.java622 return ClonedAttributes.EMPTY; in cloneAttributes()
627 return new ClonedAttributes(pointer, clonePointer, attributeCount); in cloneAttributes()
635 private static class ClonedAttributes extends ExpatAttributes { class in ExpatParser
640 private static final Attributes EMPTY = new ClonedAttributes(0, 0, 0);
654 private ClonedAttributes(long parserPointer, long pointer, int length) { in ClonedAttributes() method in ExpatParser.ClonedAttributes