org.xoe.core.packages
Class ServiceDependency
java.lang.Object
|
+--org.xoe.core.packages.Dependency
|
+--org.xoe.core.packages.ServiceDependency
- public class ServiceDependency
- extends Dependency
Method Summary |
org.w3c.dom.Element |
getDepElement(org.w3c.dom.Document ownerdoc)
Build an XML representation of this Dependency . |
ServiceDependency
public ServiceDependency(org.w3c.dom.Element depEl)
throws PackageDescriptionException
ServiceDependency
public ServiceDependency(String functionality,
String iface,
String[][] features)
getDepElement
public org.w3c.dom.Element getDepElement(org.w3c.dom.Document ownerdoc)
- Description copied from class:
Dependency
- Build an XML representation of this
Dependency
.
The Element must have an xpath attribute defined.
- Overrides:
getDepElement
in class Dependency
- Following copied from class:
org.xoe.core.packages.Dependency
- Parameters:
ownerdoc
- the Document
to use in building
the Element
(using methods such
as Document.createElement
etc...)