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, parseProcessingInstructionDatapublic 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
IOExceptionXMLStreamExceptionprotected ProcessingInstructionNode parseProcessingInstruction(XMLStreamReader reader, ElementNode parent) throws XMLStreamException
parseProcessingInstruction in class NodeParserXMLStreamExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.