- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getDocumentElement (0.05 sec)
-
src/main/java/org/codelibs/core/xml/DomUtil.java
*/ public static String toString(final Document document) { assertArgumentNotNull("document", document); final StringBuilder buf = new StringBuilder(1000); appendElement(document.getDocumentElement(), buf); return new String(buf); } /** * Converts an {@link Element} to a string. * * @param element * The element. Must not be {@literal null}.
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 10.1K bytes - Viewed (0)