public class DocumentBuilderEvents
extends java.lang.Object
EventDocumentBuilder
as a series of events
.EventDocumentBuilder
Constructor and Description |
---|
DocumentBuilderEvents(java.util.List<DocumentBuilderEvent> events) |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(DocumentBuilder builder)
Invokes the
events on the given builder . |
java.util.List<DocumentBuilderEvent> |
getEvents() |
java.lang.String |
toString() |
public DocumentBuilderEvents(java.util.List<DocumentBuilderEvent> events)
public java.util.List<DocumentBuilderEvent> getEvents()
public void applyTo(DocumentBuilder builder)
events
on the given builder
.builder
- the builderpublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2007, 2013 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html