JBoss Metadata EAR 7.2.0.Final

org.jboss.metadata.parser.spec
Class EarModuleMetaDataParser

java.lang.Object
  extended by org.jboss.metadata.parser.util.MetaDataElementParser
      extended by org.jboss.metadata.parser.spec.EarModuleMetaDataParser
All Implemented Interfaces:
XMLStreamConstants

public class EarModuleMetaDataParser
extends MetaDataElementParser

Author:
John Bailey

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.metadata.parser.util.MetaDataElementParser
MetaDataElementParser.DTDInfo
 
Field Summary
 
Fields inherited from interface javax.xml.stream.XMLStreamConstants
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
 
Constructor Summary
EarModuleMetaDataParser()
           
 
Method Summary
static ModuleMetaData parse(XMLStreamReader reader)
           
static ModuleMetaData parse(XMLStreamReader reader, PropertyReplacer propertyReplacer)
           
 
Methods inherited from class org.jboss.metadata.parser.util.MetaDataElementParser
attributeHasNamespace, duplicateNamedElement, equals, getElementText, getElementText, getElementText, getElementText, hashCode, missingRequired, missingRequiredElement, parseQName, readBooleanAttributeElement, readDTDLocation, readSchemaLocation, readStringAttributeElement, requireNoAttributes, requireNoContent, safeCopyMap, unexpectedAttribute, unexpectedElement, unexpectedValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EarModuleMetaDataParser

public EarModuleMetaDataParser()
Method Detail

parse

public static ModuleMetaData parse(XMLStreamReader reader)
                            throws XMLStreamException
Throws:
XMLStreamException

parse

public static ModuleMetaData parse(XMLStreamReader reader,
                                   PropertyReplacer propertyReplacer)
                            throws XMLStreamException
Throws:
XMLStreamException

JBoss Metadata EAR 7.2.0.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.