<!ELEMENT extension (markerResolutionGenerator*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT markerResolutionGenerator (attribute*)>
<!ATTLIST markerResolutionGenerator
class CDATA #REQUIRED
markerType CDATA #IMPLIED>
<!ELEMENT attribute EMPTY>
<!ATTLIST attribute
name CDATA #REQUIRED
value CDATA #REQUIRED>
À§ÀÇ ¿¹Á¦¿¡¼ ¸¶Ä¿ ÇØ»óµµ »ý¼ºÀÚ´Â org.eclipse.ui.examples.redmetool.id ¼Ó¼º °ªÀÌ 1234ÀÎ org.eclipse.ui.examples.readmetool.readmemarker À¯ÇüÀÇ ¸¶Ä¿¿Í ¿¬°üµÇ¾î ÀÖ½À´Ï´Ù.<extension point=
"org.eclipse.ui.ide.markerResolution"
>
<markerResolutionGenerator class=
"org.eclipse.ui.examples.readmetool.ReadmeMarkerResolutionGenerator"
markerType=
"org.eclipse.ui.examples.readmetool.readmemarker"
>
<attribute name=
"org.eclipse.ui.examples.readmetool.id"
value=
"1234"
/>
</markerResolutionGenerator>
</extension>
Copyright (c) 2002, 2004 IBM Corporation and others.
All rights reserved. º» ÇÁ·Î±×·¥ ¹× º» ÇÁ·Î±×·¥¿¡ µ¿ºÀµÇ´Â ÀÚ·á´Â º» ¹èÆ÷¹°¿¡ µ¿ºÀµÇ´Â Eclipse Public License v1.0ÀÇ Á¶Ç׿¡ µû¶ó »ç¿ëÇØ¾ß Çϸç
À¥ »çÀÌÆ®(http://www.eclipse.org/legal/epl-v10.html)¿¡¼µµ °ü·Ã »çÇ×À» ÂüÁ¶ÇÒ ¼ö ÀÖ½À´Ï´Ù.