Searched refs:LeafNodeImpl (Results 1 – 9 of 9) sorted by relevance
42 public abstract class InnerNodeImpl extends LeafNodeImpl {45 List<LeafNodeImpl> children = new ArrayList<LeafNodeImpl>();86 LeafNodeImpl refChildImpl = (LeafNodeImpl) refChild; in insertBefore()116 LeafNodeImpl toInsert = (LeafNodeImpl) newChild; in insertChildAt()138 LeafNodeImpl nodeImpl = (LeafNodeImpl) node; in isParentOf()175 LeafNodeImpl oldChildImpl = (LeafNodeImpl) oldChild; in removeChild()197 int index = ((LeafNodeImpl) oldChild).index; in replaceChild()
33 public abstract class LeafNodeImpl extends NodeImpl { class41 LeafNodeImpl(DocumentImpl document) { in LeafNodeImpl() method in LeafNodeImpl
32 public class EntityReferenceImpl extends LeafNodeImpl implements EntityReference {
32 public class NotationImpl extends LeafNodeImpl implements Notation {
33 public final class ProcessingInstructionImpl extends LeafNodeImpl implements
32 public abstract class CharacterDataImpl extends LeafNodeImpl implements
34 public final class DocumentTypeImpl extends LeafNodeImpl implements DocumentType {
363 for (LeafNodeImpl child : children) { in getDoctype()373 for (LeafNodeImpl child : children) { in getDocumentElement()
416 "luni/src/main/java/org/apache/harmony/xml/dom/LeafNodeImpl.java",