| Package | Description |
|---|---|
| org.cybergarage.upnp |
Universal Plug and Play (UPnP) framework core components.
|
| org.cybergarage.xml |
XML parsing and manipulation utilities.
|
| org.cybergarage.xml.parser |
XML parser implementations and utilities.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Service.loadSCPD(File file)
Loads service control point description (SCPD) from a file.
|
boolean |
Service.loadSCPD(InputStream input)
Loads service description (SCPD) from an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Parser.parse(File descriptionFile)
Parses XML content from the specified file.
|
abstract Node |
Parser.parse(InputStream inStream)
Parses XML content from the specified input stream.
|
Node |
Parser.parse(String descr)
Parses XML content from the specified string.
|
Node |
Parser.parse(URL locationURL)
Parses XML content from the specified URL.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
JaxpParser.parse(InputStream inStream)
Parses XML content from the specified input stream using JAXP.
|