public class BoxUtil extends Object
| Constructor and Description |
|---|
BoxUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Box |
getBodyBoxOrSomething(Box root) |
static Element |
getBodyElementOrSomething(Element root)
Looks at the children of root.
|
static Box |
getBodyOrNull(Box root)
Looks at the direct children of root to find one with an element with
node name body.
|
public static Element getBodyElementOrSomething(Element root)
public static Box getBodyBoxOrSomething(Box root)
Copyright © 2004–2025. All rights reserved.