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 java.lang.Object


Field Summary
 Attributes attributes
           
 DocumentBuilder.BlockType blockType
           
 java.lang.Integer headingLevel
           
 LocatorImpl locator
           
 DocumentBuilder.SpanType spanType
           
 java.lang.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
 java.lang.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 java.lang.String text

headingLevel

public java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object


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