Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DInnerNodeImpl.java42 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()
DLeafNodeImpl.java33 public abstract class LeafNodeImpl extends NodeImpl { class
41 LeafNodeImpl(DocumentImpl document) { in LeafNodeImpl() method in LeafNodeImpl
DEntityReferenceImpl.java32 public class EntityReferenceImpl extends LeafNodeImpl implements EntityReference {
DNotationImpl.java32 public class NotationImpl extends LeafNodeImpl implements Notation {
DProcessingInstructionImpl.java33 public final class ProcessingInstructionImpl extends LeafNodeImpl implements
DCharacterDataImpl.java32 public abstract class CharacterDataImpl extends LeafNodeImpl implements
DDocumentTypeImpl.java34 public final class DocumentTypeImpl extends LeafNodeImpl implements DocumentType {
DDocumentImpl.java363 for (LeafNodeImpl child : children) { in getDoctype()
373 for (LeafNodeImpl child : children) { in getDocumentElement()
/libcore/
Dnon_openjdk_java_files.bp416 "luni/src/main/java/org/apache/harmony/xml/dom/LeafNodeImpl.java",