org.eclipse.mylyn.wikitext.core.parser
Class HeadingAttributes

java.lang.Object
  extended by org.eclipse.mylyn.wikitext.core.parser.Attributes
      extended by org.eclipse.mylyn.wikitext.core.parser.HeadingAttributes

public class HeadingAttributes
extends Attributes

Attributes specific to DocumentBuilder.beginHeading(int, Attributes)

Since:
1.0
Author:
David Green

Constructor Summary
HeadingAttributes()
           
 
Method Summary
 boolean isOmitFromTableOfContents()
          a hint to document processors to indicate if this heading should participate in a table of contents.
 void setOmitFromTableOfContents(boolean omitFromTableOfContents)
          a hint to document processors to indicate if this heading should participate in a table of contents.
 
Methods inherited from class org.eclipse.mylyn.wikitext.core.parser.Attributes
appendCssClass, appendCssStyle, getCssClass, getCssStyle, getId, getLanguage, getTitle, setCssClass, setCssStyle, setId, setLanguage, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeadingAttributes

public HeadingAttributes()
Method Detail

isOmitFromTableOfContents

public boolean isOmitFromTableOfContents()
a hint to document processors to indicate if this heading should participate in a table of contents. The default is false.


setOmitFromTableOfContents

public void setOmitFromTableOfContents(boolean omitFromTableOfContents)
a hint to document processors to indicate if this heading should participate in a table of contents. The default is false.



Copyright © 2011 FuseSource, Corp.. All Rights Reserved.