cusax-fix
Emil Ivov 20 years ago
parent fcab33ab86
commit d91a6f485f

@ -719,7 +719,6 @@ private void processNewProperty(Document doc,
if(isSystem)
newNode.setAttribute(SYSTEM_ATTRIBUTE_NAME, SYSTEM_ATTRIBUTE_TRUE);
}

@ -42,7 +42,7 @@ public static String getAttribute(Node node, String name)
}
}
/**
/**
* Extracts the String content of a TXT element.
*
* @param parentNode the node containing the data that we'd like to get.
@ -170,7 +170,7 @@ public static CDATASection getCDataNode(Element element)
}
/**
* Returns element's TEXXT child node (if it has one).
* Returns element's TEXT child node (if it has one).
* @param element the element whose TEXT we need to get.
* @return a <tt>Text</tt> object containing the specified element's
* text content.

Loading…
Cancel
Save