Class DocumentParser
- java.lang.Object
-
- org.apache.sling.scripting.sightly.impl.html.dom.DocumentParser
-
public class DocumentParser extends Object
-
-
Constructor Summary
Constructors Constructor Description DocumentParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
parse(String document, MarkupHandler handler)
Parse the given document and use the handler to process the markup events
-
-
-
Method Detail
-
parse
public static void parse(String document, MarkupHandler handler)
Parse the given document and use the handler to process the markup events- Parameters:
document
- - the parsed documenthandler
- - a markup handler
-
-