org.eclipse.mylyn.wikitext.core.parser.builder
Class RecordingDocumentBuilder.Event
java.lang.Object
org.eclipse.mylyn.wikitext.core.parser.builder.RecordingDocumentBuilder.Event
- Enclosing class:
- RecordingDocumentBuilder
public static class RecordingDocumentBuilder.Event
- extends java.lang.Object
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010 FuseSource, Corp.. All Rights Reserved.