|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.ide.common.rendering.api.ParserFactory
public abstract class ParserFactory
Callback used by LayoutLib to create XmlPullParsers.
| Constructor Summary | |
|---|---|
ParserFactory()
|
|
| Method Summary | |
|---|---|
org.xmlpull.v1.XmlPullParser |
createParser(java.lang.String debugName)
Creates a new XmlPullParser with an optional display name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParserFactory()
| Method Detail |
|---|
@NonNull
public org.xmlpull.v1.XmlPullParser createParser(@Nullable
java.lang.String debugName)
throws org.xmlpull.v1.XmlPullParserException
debugName - an optional name to aid with debugging.
org.xmlpull.v1.XmlPullParserException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||