public interface XmlProcessingInstruction
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUri()
The base URI of the PI.
|
String |
getContent()
A string representing the content of the processing instruction,
excluding the target and any white space immediately following it.
|
XmlNotation |
getNotation()
The notation information item named by the target.
|
XmlContainer |
getParent()
The document, element, or document type definition information item
which contains this information item in its [children] property.
|
String |
getTarget()
A string representing the target part of the processing instruction (an XML name).
|
String getTarget()
String getContent()
String getBaseUri()
XmlNotation getNotation()
XmlContainer getParent()
Copyright © 2013. All Rights Reserved.