public interface EntityReplacer
EntityReference to a
String representation.
This is similar to the usage of a XMLResolver, but as the rich text control doesn't
deliver a well-formed HTML document, but only a HTML snippet, we need to perform the work
manually.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntityReferenceValue(javax.xml.stream.events.EntityReference reference)
Returns the String representation of the given
EntityReference. |
java.lang.String getEntityReferenceValue(javax.xml.stream.events.EntityReference reference)
EntityReference.reference - The EntityReference for which the String representation is requested.EntityReference.