Uses of Interface
javax.xml.stream.events.EntityReference

Packages that use EntityReference
com.caucho.xml.stream   
com.caucho.xml.stream.events   
javax.xml.stream   
 

Uses of EntityReference in com.caucho.xml.stream
 

Methods in com.caucho.xml.stream that return EntityReference
 EntityReference XMLEventFactoryImpl.createEntityReference(java.lang.String name, EntityDeclaration declaration)
           
 

Uses of EntityReference in com.caucho.xml.stream.events
 

Classes in com.caucho.xml.stream.events that implement EntityReference
 class EntityReferenceImpl
           
 

Uses of EntityReference in javax.xml.stream
 

Methods in javax.xml.stream that return EntityReference
abstract  EntityReference XMLEventFactory.createEntityReference(java.lang.String name, EntityDeclaration declaration)