| 
JavaTM 2 Platform Standard Ed. 6  | 
|||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
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()
NotationDeclarationList getEntities()
EntityDeclaration
  | 
JavaTM 2 Platform Standard Ed. 6  | 
|||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。