public class DefaultProfileConfigDigester extends Object implements ProfileConfigDigester
The profile configuration is supplied in a well defined XML format. This XML format is defined in device-profile-1.0.dtd and a sample XML is defined in device-profile-sample.xml.
Uses XPath to parse the XML and construct the ProfileStore instance.
Constructor and Description |
---|
DefaultProfileConfigDigester() |
Modifier and Type | Method and Description |
---|---|
ProfileStore |
parse(InputStream input)
Parse the device profile configuration stream.
|
public ProfileStore parse(InputStream input) throws SAXException, IOException
parse
in interface ProfileConfigDigester
input
- The input stream instance.SAXException
IOException
Copyright © 2020. All rights reserved.