IXmlPullParserpublic interface IXmlPullParser implements XmlPullParserExtended 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)} |
Methods Summary |
---|
public java.lang.Object | getViewKey()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.
|
|