Class StaxParser
java.lang.Object
org.apache.felix.bundlerepository.impl.RepositoryParser
org.apache.felix.bundlerepository.impl.StaxParser
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 TypeMethodDescriptionstatic XMLInputFactory
parseRepository
(InputStream is, String repositoryURI) parseRepository
(XMLStreamReader reader) static void
setFactory
(XMLInputFactory factory) protected static boolean
setProperty
(XMLInputFactory factory, String name, boolean value) Methods inherited from class org.apache.felix.bundlerepository.impl.RepositoryParser
getParser
-
Constructor Details
-
StaxParser
public StaxParser()
-
-
Method Details
-
setFactory
-
getFactory
-
setProperty
-
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
-
parseRepository
- Throws:
Exception
-