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, wait
getParser
public RepositoryImpl parseRepository(InputStream is, String repositoryURI) throws Exception
parseRepository
in class RepositoryParser
Exception
public RepositoryImpl parseRepository(Reader r) throws Exception
parseRepository
in class RepositoryParser
Exception
public ResourceImpl parseResource(Reader r) throws Exception
parseResource
in class RepositoryParser
Exception
public CapabilityImpl parseCapability(Reader r) throws Exception
parseCapability
in class RepositoryParser
Exception
public PropertyImpl parseProperty(Reader r) throws Exception
parseProperty
in class RepositoryParser
Exception
public RequirementImpl parseRequirement(Reader r) throws Exception
parseRequirement
in class RepositoryParser
Exception
public RepositoryImpl parse(org.xmlpull.v1.XmlPullParser reader) throws Exception
Exception
public Referral parseReferral(org.xmlpull.v1.XmlPullParser reader) throws Exception
Exception
public ResourceImpl parseResource(org.xmlpull.v1.XmlPullParser reader) throws Exception
Exception
public String parseCategory(org.xmlpull.v1.XmlPullParser reader) throws IOException, org.xmlpull.v1.XmlPullParserException
IOException
org.xmlpull.v1.XmlPullParserException
public CapabilityImpl parseCapability(org.xmlpull.v1.XmlPullParser reader) throws Exception
Exception
public PropertyImpl parseProperty(org.xmlpull.v1.XmlPullParser reader) throws Exception
Exception
public RequirementImpl parseRequire(org.xmlpull.v1.XmlPullParser reader) throws Exception
Exception
Copyright © 2018. All rights reserved.