public class TemplateParser extends NodeParser
Constructor and Description |
---|
TemplateParser(InputStreamSource inputStreamSource,
String rootElementName) |
Modifier and Type | Method and Description |
---|---|
ProcessingInstructionNode |
getExtensionPlaceHolder() |
ProcessingInstructionNode |
getInterfacesPlaceHolders() |
ElementNode |
getRootNode() |
Map<String,ProcessingInstructionNode> |
getSocketBindingsPlaceHolders() |
Map<String,ProcessingInstructionNode> |
getSubsystemPlaceholders() |
void |
parse() |
protected ProcessingInstructionNode |
parseProcessingInstruction(XMLStreamReader reader,
ElementNode parent) |
createAttributeValue, parseNode, parseProcessingInstructionData
public TemplateParser(InputStreamSource inputStreamSource, String rootElementName)
public ElementNode getRootNode()
public ProcessingInstructionNode getExtensionPlaceHolder()
public Map<String,ProcessingInstructionNode> getSubsystemPlaceholders()
public Map<String,ProcessingInstructionNode> getSocketBindingsPlaceHolders()
public ProcessingInstructionNode getInterfacesPlaceHolders()
public void parse() throws IOException, XMLStreamException
IOException
XMLStreamException
protected ProcessingInstructionNode parseProcessingInstruction(XMLStreamReader reader, ElementNode parent) throws XMLStreamException
parseProcessingInstruction
in class NodeParser
XMLStreamException
Copyright © 2022 JBoss by Red Hat. All rights reserved.