attributes.addAttribute("", PROPERTY_TYPE_ATTR_NAME,
PROPERTY_TYPE_ATTR_NAME, "CDATA", "computed");
this.contentHandler.startElement(SOURCE_NS, PROPERTIES_NODE_NAME,
PROPERTIES_NODE_QNAME, attributes);
SourceInspector inspector = null;
try {
inspector = (SourceInspector) this.manager.lookup(SourceInspector.ROLE);
SourceProperty[] properties = inspector.getSourceProperties(source);
IncludeXMLConsumer consumer = new IncludeXMLConsumer(this.contentHandler);
for (int i = 0; i<properties.length; i++) {
this.contentHandler.startPrefixMapping("", properties[i].getNamespace());
properties[i].toSAX(consumer);