org.eclipse.mylyn.wikitext.core.parser.builder
Class RecordingDocumentBuilder.Event

java.lang.Object
  extended by org.eclipse.mylyn.wikitext.core.parser.builder.RecordingDocumentBuilder.Event
Enclosing class:
RecordingDocumentBuilder

public static class RecordingDocumentBuilder.Event
extends Object


Field Summary
 Attributes attributes
           
 DocumentBuilder.BlockType blockType
           
 Integer headingLevel
           
 LocatorImpl locator
           
 DocumentBuilder.SpanType spanType
           
 String text
           
 
Constructor Summary
RecordingDocumentBuilder.Event(DocumentBuilder.BlockType type, Attributes attributes2)
           
RecordingDocumentBuilder.Event(DocumentBuilder.SpanType type, Attributes attributes2)
           
RecordingDocumentBuilder.Event(int level, Attributes attributes2)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

attributes

public Attributes attributes

blockType

public DocumentBuilder.BlockType blockType

text

public String text

headingLevel

public Integer headingLevel

spanType

public DocumentBuilder.SpanType spanType

locator

public LocatorImpl locator
Constructor Detail

RecordingDocumentBuilder.Event

public RecordingDocumentBuilder.Event(DocumentBuilder.BlockType type,
                                      Attributes attributes2)

RecordingDocumentBuilder.Event

public RecordingDocumentBuilder.Event(int level,
                                      Attributes attributes2)

RecordingDocumentBuilder.Event

public RecordingDocumentBuilder.Event(DocumentBuilder.SpanType type,
                                      Attributes attributes2)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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