Searched refs:EntityReferenceImpl (Results 1 – 3 of 3) sorted by relevance
32 public class EntityReferenceImpl extends LeafNodeImpl implements EntityReference { class36 EntityReferenceImpl(DocumentImpl document, String name) { in EntityReferenceImpl() method in EntityReferenceImpl
351 public EntityReferenceImpl createEntityReference(String name) { in createEntityReference()352 return new EntityReferenceImpl(this, name); in createEntityReference()
77 substring: "java.lang.ClassCastException: org.apache.harmony.xml.dom.EntityReferenceImpl"