public class NodeParser extends Object
| Constructor and Description |
|---|
NodeParser() |
NodeParser(String namespaceURI) |
| Modifier and Type | Method and Description |
|---|---|
protected AttributeValue |
createAttributeValue(String attributeValue) |
ElementNode |
parseNode(XMLStreamReader reader,
String nodeName) |
protected ProcessingInstructionNode |
parseProcessingInstruction(XMLStreamReader reader,
ElementNode parent) |
protected Map<String,String> |
parseProcessingInstructionData(String data) |
public NodeParser()
public NodeParser(String namespaceURI)
public ElementNode parseNode(XMLStreamReader reader, String nodeName) throws XMLStreamException
XMLStreamExceptionprotected ProcessingInstructionNode parseProcessingInstruction(XMLStreamReader reader, ElementNode parent) throws XMLStreamException
XMLStreamExceptionprotected Map<String,String> parseProcessingInstructionData(String data)
protected AttributeValue createAttributeValue(String attributeValue)
Copyright © 2019 JBoss by Red Hat. All rights reserved.