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 | Description |
|---|---|
PullParser() |
| Modifier and Type | Method | Description |
|---|---|---|
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,
String repositoryURI) |
|
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParserpublic RepositoryImpl parseRepository(InputStream is, String repositoryURI) 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
ExceptionCopyright © 2018. All rights reserved.