FileDocCategorySizeDatePackage
IXmlPullParser.javaAPI DocAndroid 1.5 API1330Wed May 06 22:42:02 BST 2009com.android.layoutlib.api

IXmlPullParser

public interface IXmlPullParser implements XmlPullParser
Extended version of {@link XmlPullParser} to use with {@link ILayoutLibBridge#computeLayout(XmlPullParser, int, int, String, java.util.Map, java.util.Map, java.util.Map, com.android.layoutlib.api.ILayoutLibBridge.IFontInfo)}

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectgetViewKey()
Returns a key for the current XML node.

This key will be passed back in the {@link ILayoutViewInfo} objects, allowing association of a particular XML node with its result from the layout computation.