public interface PropertyExtensible
Modifier and Type | Method and Description |
---|---|
ExtensionProperty[] |
getExtensionProperties()
Returns all of the component's extension properties.
|
ExtensionProperty[] |
getExtensionProperties(URI namespace)
Returns the component's extension properties from a particular namespace.
|
ExtensionProperty |
getExtensionProperty(URI namespace,
String name)
Returns the component's named extension property from the specified namespace.
|
ExtensionProperty[] getExtensionProperties()
ExtensionProperty[] getExtensionProperties(URI namespace)
namespace
- URI representing the namespace of the required extension propertiesExtensionProperty getExtensionProperty(URI namespace, String name)
namespace
- the namespace of the named extension propertyname
- the name of the required extension propertyCopyright © 2005–2014 Apache Software Foundation. All rights reserved.