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 Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 EntityDeclaration
EntityReference. getDeclaration()
返回该实体的声明。Methods in javax.xml.stream.events that return types with arguments of type EntityDeclaration Modifier and Type 方法 描述 List<EntityDeclaration>
DTD. getEntities()
返回一个包含在DTD中声明的外部和内部的一般实体的列表。
-