Package | Description |
---|---|
org.apache.hivemind.parse |
Classes used to parse HiveMind module deployment descriptors, and descriptor objects
that represent the parsed information.
|
Modifier and Type | Method and Description |
---|---|
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 . |