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 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 XMLInputFactoryparseRepository(InputStream is, String repositoryURI) parseRepository(XMLStreamReader reader) static voidsetFactory(XMLInputFactory factory) protected static booleansetProperty(XMLInputFactory factory, String name, boolean value) Methods inherited from class RepositoryParser
getParser
-
Constructor Details
-
StaxParser
public StaxParser()
-
-
Method Details
-
setFactory
-
getFactory
-
setProperty
-
parseRepository
- Specified by:
parseRepositoryin classRepositoryParser- Throws:
Exception
-
parseRepository
- Specified by:
parseRepositoryin classRepositoryParser- Throws:
Exception
-
parseResource
- Specified by:
parseResourcein classRepositoryParser- Throws:
Exception
-
parseCapability
- Specified by:
parseCapabilityin classRepositoryParser- Throws:
Exception
-
parseProperty
- Specified by:
parsePropertyin classRepositoryParser- Throws:
Exception
-
parseRequirement
- Specified by:
parseRequirementin classRepositoryParser- Throws:
Exception
-
parseRepository
- Throws:
Exception
-