Searched refs:ClonedAttributes (Results 1 – 1 of 1) sorted by relevance
607 return ClonedAttributes.EMPTY; in cloneAttributes()612 return new ClonedAttributes(pointer, clonePointer, attributeCount); in cloneAttributes()620 private static class ClonedAttributes extends ExpatAttributes { class in ExpatParser622 private static final Attributes EMPTY = new ClonedAttributes(0, 0, 0);636 private ClonedAttributes(long parserPointer, long pointer, int length) { in ClonedAttributes() method in ExpatParser.ClonedAttributes