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 - XMLStreamExceptionpublic 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
XMLStreamExceptionParserExceptionorg.jboss.jca.common.api.validator.ValidateExceptionCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.