Class DocumentParser

java.lang.Object
org.apache.sling.scripting.sightly.impl.html.dom.DocumentParser

public class DocumentParser extends Object
  • Constructor Details

    • DocumentParser

      public DocumentParser()
  • Method Details

    • 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 document
      handler - - a markup handler