Mylyn WikiText version 2.8.0-SNAPSHOT
org.eclipse.mylyn.wikitext.core.parser.builder

Interface HtmlDocumentHandler

    • Method Detail

      • beginDocument

        void beginDocument(HtmlDocumentBuilder builder,
                         XmlStreamWriter writer)
        Writes the content that occurs at the start of the document up to and including the <body> tag (if any).
        Parameters:
        builder - the builder the builder for which the handler is being invoked
        writer - the writer to which content is written
      • endDocument

        void endDocument(HtmlDocumentBuilder builder,
                       XmlStreamWriter writer)
        Writes the content that occurs at the end of the document startign with the </body> closing tag (if any).
        Parameters:
        builder - the builder the builder for which the handler is being invoked
        writer - the writer to which content is written
Mylyn WikiText version 2.8.0-SNAPSHOT

Copyright © 2007, 2013 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html