doc.getRange().getSection(0).insertBefore("Apache Inserted THIS Text before the below section"); String text = doc.getRange().text();
compositeNode.getParentNode().insertBefore(newChildNode, refChildNode);