Uses of Interface
javax.xml.stream.events.EntityDeclaration
Packages that use EntityDeclaration
包
描述
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 EntityDeclaration修饰符和类方法描述abstract 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 EntityDeclarationMethods in javax.xml.stream.events that return types with arguments of type EntityDeclaration修饰符和类方法描述DTD.getEntities()
Return a List containing the general entities, both external and internal, declared in the DTD.