| javax.xml.stream.events.ProcessingInstruction
ProcessingInstruction | public interface ProcessingInstruction extends XMLEvent(Code) | | An interface that describes the data found in processing instructions
version: 1.0 author: Copyright (c) 2003 by BEA Systems. All Rights Reserved. |
getData | public String getData()(Code) | | The data section of the processing instruction
the String value of the PI's data or null |
getTarget | public String getTarget()(Code) | | The target section of the processing instruction
the String value of the PI or null |
|
|