|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface EntityDeclaration
处理实体声明的接口。 此接口用于记录和报告未解析的实体声明。
字段摘要 |
---|
从接口 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 |
getBaseURI()
获取此引用的基准 URI,如果此信息不可用,则获得 null |
String |
getName()
实体的名称 |
String |
getNotationName()
关联的注释的名称。 |
String |
getPublicId()
实体的公共标识符,如果未给定该标识符,则为 null |
String |
getReplacementText()
实体的替换文本。 |
String |
getSystemId()
实体的系统标识符。 |
从接口 javax.xml.stream.events.XMLEvent 继承的方法 |
---|
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode |
方法详细信息 |
---|
String getPublicId()
String getSystemId()
String getName()
String getNotationName()
String getReplacementText()
String getBaseURI()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。