Class DOMUtil
java.lang.Object
org.xhtmlrenderer.pdf.DOMUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable ElementgetChildren(Element parent, String name) static StringLoads all the text content in all offspring of an element.static voidgetText(Element parent, StringBuilder sb) Appends all text content in all offspring of an element to a StringBuilder.
-
Constructor Details
-
DOMUtil
public DOMUtil()
-
-
Method Details
-
getChild
-
getChildren
-
getText
-
getText
Appends all text content in all offspring of an element to a StringBuilder. Ignores all attributes, comments and processing instructions.
-