public class TemplateParser extends Object
| Constructor and Description |
|---|
TemplateParser(File inputFile,
String rootElementName) |
| Modifier and Type | Method and Description |
|---|---|
protected AttributeValue |
createAttributeValue(String attributeValue) |
protected ProcessingInstructionNode |
parseProcessingInstruction(XMLStreamReader reader,
org.jboss.as.config.assembly.ElementNode parent) |
protected Map<String,String> |
parseProcessingInstructionData(String data) |
protected ProcessingInstructionNode parseProcessingInstruction(XMLStreamReader reader, org.jboss.as.config.assembly.ElementNode parent) throws XMLStreamException
XMLStreamExceptionprotected Map<String,String> parseProcessingInstructionData(String data)
protected AttributeValue createAttributeValue(String attributeValue)
Copyright © 2014 JBoss by Red Hat. All rights reserved.