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

/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/
H A DExpatParser.java613 return ClonedAttributes.EMPTY;
618 return new ClonedAttributes(pointer, clonePointer, attributeCount);
626 private static class ClonedAttributes extends ExpatAttributes { class in class:ExpatParser
628 private static final Attributes EMPTY = new ClonedAttributes(0, 0, 0);
642 private ClonedAttributes(int parserPointer, int pointer, int length) { method in class:ExpatParser.ClonedAttributes

Completed in 26 milliseconds