com.bea.xml.stream.events
Class ProcessingInstructionEvent
java.lang.Object
com.bea.xml.stream.events.BaseEvent
com.bea.xml.stream.events.ProcessingInstructionEvent
- All Implemented Interfaces:
- Location, ProcessingInstruction, XMLEvent, XMLStreamConstants
- public class ProcessingInstructionEvent
- extends BaseEvent
- implements ProcessingInstruction
| 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 |
| Methods inherited from class com.bea.xml.stream.events.BaseEvent |
asCharacters, asEndElement, asStartElement, getCharacterOffset, getColumnNumber, getEventType, getLineNumber, getLocation, getLocationURI, getPublicId, getSchemaType, getSourceName, getSystemId, getTypeAsString, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, recycle, setCharacterOffset, setColumnNumber, setEventType, setLineNumber, setLocationURI, writeAsEncodedUnicode |
| 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 |
name
String name
content
String content
ProcessingInstructionEvent
public ProcessingInstructionEvent()
ProcessingInstructionEvent
public ProcessingInstructionEvent(String name,
String content)
init
protected void init()
getTarget
public String getTarget()
- Specified by:
getTarget in interface ProcessingInstruction
setTarget
public void setTarget(String target)
setData
public void setData(String data)
getData
public String getData()
- Specified by:
getData in interface ProcessingInstruction
toString
public String toString()
Copyright © 2004 . All Rights Reserved.