public interface PropertyContainerDomParser extends PropertyContainerUpdater
PropertyContainerParser by having the string parse method parse the
string into a DOM tree and forward onto the DOM parse method.| Modifier and Type | Method and Description |
|---|---|
java.util.Set<PropertyTag> |
defines(org.w3c.dom.Node record)
Return the set of PropertyTags that may be defined by the record Node
No attempt is made to parse the actual content so this method may be used on a
template document where no actual values are specified.
|
boolean |
parse(PropertyMap map,
org.w3c.dom.Node record)
Parse a Dom representation of a UsageRecord in an XML format.
|
endParse, getDerivedProperties, initFinder, modifyDefaultTableSpecification, startParseboolean parse(PropertyMap map, org.w3c.dom.Node record) throws AccountingParseException
AccountingParseExceptionmap - PropertyMap to add quantitiesrecord - java.util.Set<PropertyTag> defines(org.w3c.dom.Node record)
record -