org.eclipse.mylyn.wikitext.core.parser.util
Class MarkupToDocbook
java.lang.Object
org.eclipse.mylyn.wikitext.core.parser.util.MarkupToDocbook
public class MarkupToDocbook
- extends Object
A utility for creating a Docbook document from markup.
- Since:
- 1.0
- Author:
- David Green
- See Also:
DocBookDocumentBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarkupToDocbook
public MarkupToDocbook()
getMarkupLanguage
public MarkupLanguage getMarkupLanguage()
setMarkupLanguage
public void setMarkupLanguage(MarkupLanguage markupLanguage)
parse
public String parse(String markupContent)
throws Exception
- Throws:
Exception
getBookTitle
public String getBookTitle()
setBookTitle
public void setBookTitle(String bookTitle)
Copyright © 2007, 2009 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