public static class RecordingDocumentBuilder.Event
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Attributes |
attributes |
DocumentBuilder.BlockType |
blockType |
java.lang.Integer |
headingLevel |
LocatorImpl |
locator |
DocumentBuilder.SpanType |
spanType |
java.lang.String |
text |
| Constructor and Description |
|---|
RecordingDocumentBuilder.Event(DocumentBuilder.BlockType type,
Attributes attributes2) |
RecordingDocumentBuilder.Event(DocumentBuilder.SpanType type,
Attributes attributes2) |
RecordingDocumentBuilder.Event(int level,
Attributes attributes2) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public Attributes attributes
public DocumentBuilder.BlockType blockType
public java.lang.String text
public java.lang.Integer headingLevel
public DocumentBuilder.SpanType spanType
public LocatorImpl locator
public RecordingDocumentBuilder.Event(DocumentBuilder.BlockType type, Attributes attributes2)
public RecordingDocumentBuilder.Event(int level,
Attributes attributes2)
public RecordingDocumentBuilder.Event(DocumentBuilder.SpanType type, Attributes attributes2)
Copyright © 2012 FuseSource, Corp.. All Rights Reserved.