EntityDeclaration (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.xml.stream.events Interface EntityDeclaration

所有父接口:
XMLEvent, XMLStreamConstants

public interface EntityDeclaration
extends XMLEvent

An interface for handling Entity Declarations This interface is used to record and report unparsed entity declarations.

版本:
1.0
作者:
Copyright (c) 2003 by BEA Systems. All Rights Reserved.

字段摘要
 
Fields inherited from interface 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()
          Get the base URI for this reference or null if this information is not available
 String getName()
          The entity's name
 String getNotationName()
          The name of the associated notation.
 String getPublicId()
          The entity's public identifier, or null if none was given
 String getReplacementText()
          The replacement text of the entity.
 String getSystemId()
          The entity's system identifier.
 
Methods inherited from interface javax.xml.stream.events.XMLEvent
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
 

方法详细信息

getPublicId

String getPublicId()
The entity's public identifier, or null if none was given

返回:
the public ID for this declaration or null

getSystemId

String getSystemId()
The entity's system identifier.

返回:
the system ID for this declaration or null

getName

String getName()
The entity's name

返回:
the name, may not be null

getNotationName

String getNotationName()
The name of the associated notation.

返回:
the notation name

getReplacementText

String getReplacementText()
The replacement text of the entity. This method will only return non-null if this is an internal entity.

返回:
null or the replacment text

getBaseURI

String getBaseURI()
Get the base URI for this reference or null if this information is not available

返回:
the base URI or null

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.