latest quantum sources 2.3.2
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / sql / metadata / MetaDataXMLInterface.java
index 03cc5e4..85e1545 100644 (file)
@@ -161,7 +161,7 @@ public class MetaDataXMLInterface {
                return value;
        }
 
-       private static String extractText(Element node, String defValue){
+       public static String extractText(Element node, String defValue){
                String value = defValue;
                if (node != null && node.hasChildNodes()) {
                        Node valueNode = node.getFirstChild();