public class EntityReferenceEvent extends DocumentBuilderEvent
DocumentBuilderEvent
corresponding to DocumentBuilder.entityReference(String)
.Constructor and Description |
---|
EntityReferenceEvent(java.lang.String entity) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
invoke(DocumentBuilder builder)
Invokes the event on the given
builder . |
java.lang.String |
toString() |
public void invoke(DocumentBuilder builder)
DocumentBuilderEvent
builder
.invoke
in class DocumentBuilderEvent
builder
- the builderpublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public 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