public class MarkupUtil extends Object
Constructor and Description |
---|
MarkupUtil() |
Modifier and Type | Method and Description |
---|---|
static IMarkupFragment |
findStartTag(IMarkupFragment markup,
String tagName)
Searches for
tagName in the given markup . |
static boolean |
isMarkupHtml5Compliant(MarkupContainer container) |
public static boolean isMarkupHtml5Compliant(MarkupContainer container)
container
- public static IMarkupFragment findStartTag(IMarkupFragment markup, String tagName)
tagName
in the given markup
.markup
- tagName
- IMarkupFragment
corresponding to tagName
. Null, if such tagName
is not foundCopyright © 2006–2022 Apache Software Foundation. All rights reserved.