Searched defs:getNodeType (Results 1 - 14 of 14) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDocumentFragmentImpl.java45 public short getNodeType() { method in class:DocumentFragmentImpl
H A DEntityReferenceImpl.java47 public short getNodeType() { method in class:EntityReferenceImpl
H A DCDATASectionImpl.java44 public short getNodeType() { method in class:CDATASectionImpl
H A DCommentImpl.java44 public short getNodeType() { method in class:CommentImpl
H A DNotationImpl.java51 public short getNodeType() { method in class:NotationImpl
H A DProcessingInstructionImpl.java56 public short getNodeType() { method in class:ProcessingInstructionImpl
H A DDocumentTypeImpl.java79 public short getNodeType() { method in class:DocumentTypeImpl
H A DEntityImpl.java54 public short getNodeType() { method in class:EntityImpl
H A DTextImpl.java45 public short getNodeType() { method in class:TextImpl
118 short nodeType = p.getNodeType();
138 short nodeType = nextSibling.getNodeType();
163 if (previous == null || previous.getNodeType() != Node.TEXT_NODE) {
H A DAttrImpl.java79 public short getNodeType() { method in class:AttrImpl
H A DElementImpl.java150 if (node.getNodeType() == Node.ELEMENT_NODE) {
188 public short getNodeType() { method in class:ElementImpl
H A DDocumentImpl.java130 switch (node.getNodeType()) {
155 "Cannot copy node of type " + node.getNodeType());
205 "Unsupported node type " + node.getNodeType());
247 switch (nodeImpl.getNodeType()) {
269 "Cannot adopt nodes of type " + nodeImpl.getNodeType());
273 "Unsupported node type " + node.getNodeType());
305 if (node.getNodeType() == Node.ELEMENT_NODE) {
411 public short getNodeType() { method in class:DocumentImpl
H A DNodeImpl.java114 public abstract short getNodeType(); method in class:NodeImpl
164 switch (getNodeType()) {
190 "Unsupported node type " + getNodeType());
244 switch (node.getNodeType()) {
268 "Cannot rename nodes of type " + node.getNodeType());
289 switch (node.getNodeType()) {
304 "Cannot rename nodes of type " + node.getNodeType());
309 switch (getNodeType()) {
365 "Unsupported node type " + getNodeType());
405 switch (getNodeType()) {
[all...]
/libcore/luni/src/main/java/org/w3c/dom/
H A DNode.java217 public short getNodeType(); method in interface:Node

Completed in 85 milliseconds