Home | History | Annotate | Download | only in dom

Lines Matching refs:getNodeType

114     public abstract short getNodeType();
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()) {
436 "Unsupported node type " + getNodeType());
449 switch (this.getNodeType()) {
474 "Unsupported node type " + getNodeType());
483 if (p.getNodeType() == ELEMENT_NODE) {
602 values.add(node.getNodeType());
612 switch (node.getNodeType()) {