Home | History | Annotate | Download | only in formatting

Lines Matching refs:endNode

70         Node endNode = document;
75 endNode = findNode(document.getDocumentElement(), endNodeName);
78 printer.prettyPrint(-1, document, startNode, endNode, sb, false/*openTagOnly*/);