public abstract class AbstractParser extends Object
Constructor and Description |
---|
AbstractParser() |
Modifier and Type | Method and Description |
---|---|
protected void |
parseExtension(org.jboss.staxmapper.XMLExtendedStreamReader reader,
String enclosingTag,
org.jboss.dmr.ModelNode operation,
SimpleAttributeDefinition extensionClassName,
SimpleAttributeDefinition extensionProperties) |
String |
rawAttributeText(XMLStreamReader reader,
String attributeName)
FIXME Comment this
|
String |
rawElementText(XMLStreamReader reader)
FIXME Comment this
|
public String rawElementText(XMLStreamReader reader) throws XMLStreamException
reader
- XMLStreamException
public String rawAttributeText(XMLStreamReader reader, String attributeName)
reader
- attributeName
- protected void parseExtension(org.jboss.staxmapper.XMLExtendedStreamReader reader, String enclosingTag, org.jboss.dmr.ModelNode operation, SimpleAttributeDefinition extensionClassName, SimpleAttributeDefinition extensionProperties) throws XMLStreamException, ParserException, org.jboss.jca.common.api.validator.ValidateException
XMLStreamException
ParserException
org.jboss.jca.common.api.validator.ValidateException
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.