Uses of Class
org.apache.hivemind.parse.DescriptorParser

Packages that use DescriptorParser
org.apache.hivemind.parse Classes used to parse HiveMind module deployment descriptors, and descriptor objects that represent the parsed information. 
 

Uses of DescriptorParser in org.apache.hivemind.parse
 

Methods in org.apache.hivemind.parse with parameters of type DescriptorParser
protected  ModuleDescriptor XmlResourceProcessor.parseResource(Resource resource, javax.xml.parsers.SAXParser parser, DescriptorParser contentHandler)
          Returns the ModuleDescriptor obtained by parsing the specified Resource using the given SAXParser and DescriptorParser.