Uses of Interface
javax.xml.stream.events.EntityDeclaration
Package
Description
Defines interfaces and classes for the Streaming API for XML (StAX).
Defines event interfaces for the Streaming API for XML (StAX).
-
Uses of EntityDeclaration in javax.xml.stream
Modifier and TypeMethodDescriptionabstract EntityReference
XMLEventFactory.createEntityReference
(String name, EntityDeclaration declaration) Creates a new instance of a EntityReference event -
Uses of EntityDeclaration in javax.xml.stream.events
Modifier and TypeMethodDescriptionEntityReference.getDeclaration()
Return the declaration of this entity.Modifier and TypeMethodDescriptionDTD.getEntities()
Return a List containing the general entities, both external and internal, declared in the DTD.