|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectdk.brics.xact.Node
dk.brics.xact.XML
dk.brics.xact.TempNode
dk.brics.xact.ProcessingInstruction
public class ProcessingInstruction
Processing instruction node.
| Constructor Summary | |
|---|---|
ProcessingInstruction(String target,
String data)
Constructs a new processing instruction node. |
|
ProcessingInstruction(String target,
String data,
Origin origin)
Constructs a new processing instruction node. |
|
ProcessingInstruction(String target,
String data,
XML nextsibling,
Origin origin)
Constructs a new processing instruction node. |
|
| Method Summary | |
|---|---|
ProcessingInstruction |
copy(XML nextsibling)
Returns a copy of this node with the given next sibling. |
String |
getData()
Returns the data. |
String |
getTarget()
Returns the target. |
String |
toString()
Returns a description of this node. |
| Methods inherited from class dk.brics.xact.TempNode |
|---|
getNextSibling |
| Methods inherited from class dk.brics.xact.XML |
|---|
analyze, append, appendContent, appendContent, byteLength, close, concat, concat, gapify, gapify, get, getAttribute, getAttribute, getElement, getElementByID, getElements, getFirstElement, getNamespaceMap, getNumber, getNumber, getString, getString, getStrings, getThreadNamespaceMap, has, insertAfter, insertBefore, loadXMLSchema, loadXMLSchema, parseDocument, parseDocument, parseDocument, parseDocument, parseTemplate, parseTemplate, parseTemplate, parseTemplate, parseTemplateResource, parseTemplateResource, plug, plugList, plugWrap, prepend, prependContent, prependContent, remove, set, set, set, set, setContent, setContent, toDocument, toDocument, toDocument, toDocument, toTemplate, toTemplate, toTemplate, toXML, toXML, validate, visitBy, visitBy |
| Methods inherited from class dk.brics.xact.Node |
|---|
asAttribute, asComment, asElement, asNamespaceDecl, asProcessingInstruction, asText, getOrigin, isAttribute, isComment, isElement, isNamespaceDecl, isProcessingInstruction, isText |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessingInstruction(String target,
String data)
public ProcessingInstruction(String target,
String data,
Origin origin)
public ProcessingInstruction(String target,
String data,
XML nextsibling,
Origin origin)
| Method Detail |
|---|
public ProcessingInstruction copy(XML nextsibling)
TempNode
copy in class TempNodepublic String getData()
public String getTarget()
public String toString()
Node
toString in class Node
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||