public class ProcessingInstructionNode extends Node
Constructor and Description |
---|
ProcessingInstructionNode(String name,
Map<String,String> data) |
Modifier and Type | Method and Description |
---|---|
void |
addDelegate(Node delegate) |
String |
getDataValue(String name,
String defaultValue) |
boolean |
hasContent() |
void |
marshall(XMLStreamWriter writer) |
public void addDelegate(Node delegate)
public void marshall(XMLStreamWriter writer) throws XMLStreamException
marshall
in class Node
XMLStreamException
public boolean hasContent()
hasContent
in class Node
Copyright © 2019 JBoss by Red Hat. All rights reserved.