Uses of Interface
javax.xml.stream.events.EntityDeclaration
Packages that use 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
Methods in javax.xml.stream with parameters of type EntityDeclarationModifier 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
Methods in javax.xml.stream.events that return EntityDeclarationModifier and TypeMethodDescriptionEntityReference.getDeclaration()
Return the declaration of this entity.Methods in javax.xml.stream.events that return types with arguments of type EntityDeclarationModifier and TypeMethodDescriptionDTD.getEntities()
Return a List containing the general entities, both external and internal, declared in the DTD.