<!ELEMENT extension (processor+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT processor (enablement?)>
<!ATTLIST processor
class CDATA #REQUIRED>
<extension point="org.eclipse.cdt.core.PDOMASTProcessor" id="example" name="Example PDOM AST Processor"> <bindingTagger local-id="my-processor" class="com.example.internal.ExamplePDOMASTProcessor"> <enablement> <with variable="projectNatures"> <iterate operator="or"> <equals value="com.example.my-nature"/> </iterate> </with> </enablement> </bindingTagger> </extension>
org.eclipse.cdt.core.index.IPDOMASTProcessor
interface.
Copyright (c) 2013 QNX Software Systems and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html