Uses of Interface
javax.xml.stream.events.EntityDeclaration
-
Packages that use EntityDeclaration 软件包 描述 javax.xml.stream 为Streaming API for XML(StAX)定义接口和类。javax.xml.stream.events 为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)
创建EntityReference事件的新实例 -
Uses of EntityDeclaration in javax.xml.stream.events
Methods in javax.xml.stream.events that return EntityDeclaration 变量和类型 方法 描述 EntityDeclaration
EntityReference. getDeclaration()
返回此实体的声明。Methods in javax.xml.stream.events that return types with arguments of type EntityDeclaration 变量和类型 方法 描述 List<EntityDeclaration>
DTD. getEntities()
返回一个List,其中包含在DTD中声明的外部和内部通用实体。
-