[brailleblaster] [brailleblaster.newdesign] push by john.bo...@xxxxxxxxxxxxxxxxx - added empty getNodes and getContextNodes to Document class on 2013-01-10 22:05 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Thu, 10 Jan 2013 22:06:16 +0000

Revision: 3d648ed730fb
Branch:   default
Author:   John Boyer <john.boyer@xxxxxxxxxxxxxxxxx>
Date:     Thu Jan 10 14:05:12 2013
Log:      added empty getNodes and getContextNodes to Document class
http://code.google.com/p/brailleblaster/source/detail?r=3d648ed730fb&repo=newdesign

Modified:
 /src/main/org/brailleblaster/document/Document.java

=======================================
--- /src/main/org/brailleblaster/document/Document.java Wed Jan 9 23:35:09 2013 +++ /src/main/org/brailleblaster/document/Document.java Thu Jan 10 14:05:12 2013
@@ -31,6 +31,8 @@

 package org.brailleblaster.document;

+import nu.xom.Node;
+import nu.xom.Nodes;
 import java.io.InputStream;

 public class Document {
@@ -58,5 +60,13 @@
 st.editStyle (styleType);
 st.writeStyle (styleType);
 }
+
+public Nodes getNodes (Node node, String xpathExpr) {
+return null;
+}
+
+public Node getContextNode() {
+return null;
+}

 }

Other related posts:

  • » [brailleblaster] [brailleblaster.newdesign] push by john.bo...@xxxxxxxxxxxxxxxxx - added empty getNodes and getContextNodes to Document class on 2013-01-10 22:05 GMT - brailleblaster