public interface EntityReference
处理实体事件的接口。 此事件报告尚未解析的实体并报告它们未处理的替换文本(如果可用)。如果将 javax.xml.stream.isReplacingEntityReferences 设置为 false,则报告此事件。如果将 javax.xml.stream.isReplacingEntityReferences 设置为 true,则将以透明的方式解析实体引用。 处理实体的方法有两种: (1)如果将 javax.xml.stream.isReplacingEntityReferences 设置为 true,则以透明的方式解析所有实体引用并将它们作为报告标记。(2)如果将 javax.xml.stream.isReplacingEntityReferences 设置为 false,则将实体引用作为 EntityReference 事件报告。
字段摘要 |
---|
从接口 javax.xml.stream.XMLStreamConstants 继承的字段 |
---|
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT |
方法摘要 | |
---|---|
EntityDeclaration |
getDeclaration() 返回此实体的声明。 |
String |
getName() 实体的名称 |
从接口 javax.xml.stream.events.XMLEvent 继承的方法 |
---|
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode |
方法详细信息 |
---|
EntityDeclaration getDeclaration()
String getName()