public interface DTD
它是处理 DTD 的事件的顶层接口。
字段摘要 |
---|
从接口 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 |
方法摘要 | |
---|---|
String |
getDocumentTypeDeclaration() 以字符串形式返回完整文档类型声明,其中包括内部 DTD 子集。 |
List |
getEntities() 返回一个列表,其中包含在 DTD 中声明的外部和内部常规实体。 |
List |
getNotations() 返回一个 List,其中包含在 DTD 中声明的注释。 |
Object |
getProcessedDTD() 返回定义 DTD 表示形式的实现。 |
从接口 javax.xml.stream.events.XMLEvent 继承的方法 |
---|
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode |
方法详细信息 |
---|
String getDocumentTypeDeclaration()
Object getProcessedDTD()
List getNotations()
NotationDeclaration
List getEntities()
EntityDeclaration