|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface provides access to the URI and the properties of a resource.
| Method Summary | |
java.util.Iterator |
getAllProperties()
Returns all properties as an Iterator of NodeProperty objects. |
java.util.Iterator |
getAllPropertiesNames()
Returns an Iterator of PropertyName of all properties. |
NodeProperty |
getProperty(PropertyName propertyName)
Returns the property with the given propertyName. |
NodeProperty |
getProperty(java.lang.String name,
java.lang.String namespace)
Returns the property with the given name and
namespace. |
java.lang.String |
getUri()
Returns the URI of the resource. |
| Method Detail |
public java.lang.String getUri()
throws SlideException
SlideException
public NodeProperty getProperty(java.lang.String name,
java.lang.String namespace)
throws SlideException
name and
namespace.
name - the name of the property.namespace - the namespace URI of the property.
name and
namespace.
SlideException
public NodeProperty getProperty(PropertyName propertyName)
throws SlideException
propertyName.
propertyName - the PropertyName of the property.
npropertyNameame.
SlideException
public java.util.Iterator getAllPropertiesNames()
throws SlideException
SlideException
public java.util.Iterator getAllProperties()
throws SlideException
SlideException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||