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
XMLStreamException
protected ProcessingInstructionNode parseProcessingInstruction(XMLStreamReader reader, ElementNode parent) throws XMLStreamException
XMLStreamException
protected Map<String,String> parseProcessingInstructionData(String data)
protected AttributeValue createAttributeValue(String attributeValue)
Copyright © 2018 JBoss by Red Hat. All rights reserved.