Package org.openntf.domino.utils.xml

Examples of org.openntf.domino.utils.xml.XMLDocument.selectSingleNode()


      // Set some defaults
      Session session = getAncestorSession();
      String dataDirectory = session.getEnvironmentString("Directory", true);
      XMLDocument dxl = getDxl();
      dxl.selectSingleNode("/scriptlibrary/code/javaproject").setAttribute("codepath", dataDirectory);

    } catch (IOException e) {
      DominoUtils.handleException(e);
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.