Class PullParser
java.lang.Object
org.apache.felix.bundlerepository.impl.RepositoryParser
org.apache.felix.bundlerepository.impl.PullParser
Repository XML xml based on StaX
-
Field Summary
Fields inherited from class org.apache.felix.bundlerepository.impl.RepositoryParser
CAPABILITY, CATEGORY, DEPTH, EXTEND, FILTER, ID, LASTMODIFIED, MULTIPLE, N, NAME, OBR_PARSER_CLASS, OPTIONAL, P, REFERRAL, REPOSITORY, REQUIRE, RESOURCE, T, URL, V
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse
(org.xmlpull.v1.XmlPullParser reader) parseCapability
(org.xmlpull.v1.XmlPullParser reader) parseCategory
(org.xmlpull.v1.XmlPullParser reader) parseProperty
(org.xmlpull.v1.XmlPullParser reader) parseReferral
(org.xmlpull.v1.XmlPullParser reader) parseRepository
(InputStream is, String repositoryURI) parseRequire
(org.xmlpull.v1.XmlPullParser reader) parseResource
(org.xmlpull.v1.XmlPullParser reader) Methods inherited from class org.apache.felix.bundlerepository.impl.RepositoryParser
getParser
-
Constructor Details
-
PullParser
public PullParser()
-
-
Method Details
-
parseRepository
- Specified by:
parseRepository
in classRepositoryParser
- Throws:
Exception
-
parseRepository
- Specified by:
parseRepository
in classRepositoryParser
- Throws:
Exception
-
parseResource
- Specified by:
parseResource
in classRepositoryParser
- Throws:
Exception
-
parseCapability
- Specified by:
parseCapability
in classRepositoryParser
- Throws:
Exception
-
parseProperty
- Specified by:
parseProperty
in classRepositoryParser
- Throws:
Exception
-
parseRequirement
- Specified by:
parseRequirement
in classRepositoryParser
- Throws:
Exception
-
parse
- Throws:
Exception
-
parseReferral
- Throws:
Exception
-
parseResource
- Throws:
Exception
-
parseCategory
public String parseCategory(org.xmlpull.v1.XmlPullParser reader) throws IOException, org.xmlpull.v1.XmlPullParserException - Throws:
IOException
org.xmlpull.v1.XmlPullParserException
-
parseCapability
- Throws:
Exception
-
parseProperty
- Throws:
Exception
-
parseRequire
- Throws:
Exception
-