FileDocCategorySizeDatePackage
XmlContentAssist.javaAPI DocAndroid 1.5 API1064Wed May 06 22:41:10 BST 2009com.android.ide.eclipse.editors.xml

XmlContentAssist

public class XmlContentAssist extends com.android.ide.eclipse.editors.AndroidContentAssist
Content Assist Processor for /res/xml XML files

Fields Summary
Constructors Summary
public XmlContentAssist()
Constructor for LayoutContentAssist

        super(AndroidTargetData.DESCRIPTOR_XML);
    
Methods Summary