Class DocumentParser
java.lang.Object
org.apache.sling.scripting.sightly.impl.html.dom.DocumentParser
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidparse(String document, MarkupHandler handler) Parse the given document and use the handler to process the markup events
- 
Constructor Details- 
DocumentParserpublic DocumentParser()
 
- 
- 
Method Details- 
parseParse the given document and use the handler to process the markup events- Parameters:
- document- - the parsed document
- handler- - a markup handler
 
 
-