public class PullParser extends RepositoryParser
CAPABILITY, CATEGORY, DEPTH, EXTEND, FILTER, ID, LASTMODIFIED, MULTIPLE, N, NAME, OBR_PARSER_CLASS, OPTIONAL, P, REFERRAL, REPOSITORY, REQUIRE, RESOURCE, T, URL, V| Constructor and Description |
|---|
PullParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
ignoreTag(org.xmlpull.v1.XmlPullParser reader) |
RepositoryImpl |
parse(org.xmlpull.v1.XmlPullParser reader) |
CapabilityImpl |
parseCapability(Reader r) |
CapabilityImpl |
parseCapability(org.xmlpull.v1.XmlPullParser reader) |
String |
parseCategory(org.xmlpull.v1.XmlPullParser reader) |
PropertyImpl |
parseProperty(Reader r) |
PropertyImpl |
parseProperty(org.xmlpull.v1.XmlPullParser reader) |
Referral |
parseReferral(org.xmlpull.v1.XmlPullParser reader) |
RepositoryImpl |
parseRepository(InputStream is) |
RepositoryImpl |
parseRepository(Reader r) |
RequirementImpl |
parseRequire(org.xmlpull.v1.XmlPullParser reader) |
RequirementImpl |
parseRequirement(Reader r) |
ResourceImpl |
parseResource(Reader r) |
ResourceImpl |
parseResource(org.xmlpull.v1.XmlPullParser reader) |
getParserpublic RepositoryImpl parseRepository(InputStream is) throws Exception
parseRepository in class RepositoryParserExceptionpublic RepositoryImpl parseRepository(Reader r) throws Exception
parseRepository in class RepositoryParserExceptionpublic ResourceImpl parseResource(Reader r) throws Exception
parseResource in class RepositoryParserExceptionpublic CapabilityImpl parseCapability(Reader r) throws Exception
parseCapability in class RepositoryParserExceptionpublic PropertyImpl parseProperty(Reader r) throws Exception
parseProperty in class RepositoryParserExceptionpublic RequirementImpl parseRequirement(Reader r) throws Exception
parseRequirement in class RepositoryParserExceptionpublic RepositoryImpl parse(org.xmlpull.v1.XmlPullParser reader) throws Exception
Exceptionpublic Referral parseReferral(org.xmlpull.v1.XmlPullParser reader) throws Exception
Exceptionpublic ResourceImpl parseResource(org.xmlpull.v1.XmlPullParser reader) throws Exception
Exceptionpublic String parseCategory(org.xmlpull.v1.XmlPullParser reader) throws IOException, org.xmlpull.v1.XmlPullParserException
IOExceptionorg.xmlpull.v1.XmlPullParserExceptionpublic CapabilityImpl parseCapability(org.xmlpull.v1.XmlPullParser reader) throws Exception
Exceptionpublic PropertyImpl parseProperty(org.xmlpull.v1.XmlPullParser reader) throws Exception
Exceptionpublic RequirementImpl parseRequire(org.xmlpull.v1.XmlPullParser reader) throws Exception
Exceptionpublic void ignoreTag(org.xmlpull.v1.XmlPullParser reader)
throws IOException,
org.xmlpull.v1.XmlPullParserException
IOExceptionorg.xmlpull.v1.XmlPullParserExceptionCopyright © 2013. All rights reserved.