ProcessingInstruction (Java EE 5 SDK)

Java

Java EE 5 SDK

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


javax.xml.stream.events Interface ProcessingInstruction

所有父接口:
XMLEvent, XMLStreamConstants

public interface ProcessingInstruction
extends XMLEvent

An interface that describes the data found in processing instructions

版本:
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 getData()
          The data section of the processing instruction
 String getTarget()
          The target section of the processing instruction
 
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
 

方法详细信息

getTarget

String getTarget()
The target section of the processing instruction

返回:
the String value of the PI or null

getData

String getData()
The data section of the processing instruction

返回:
the String value of the PI's data or null

Java EE 5 SDK

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


提交错误或意见

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