|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.ivoa.registry.search.Metadata
net.ivoa.registry.search.VOResource
public class VOResource
a class for extracting VOResource metadata out of a DOM tree.
| Field Summary |
|---|
| Fields inherited from class net.ivoa.registry.search.Metadata |
|---|
cache, XSI_NS |
| Constructor Summary | |
|---|---|
VOResource(org.w3c.dom.Element el)
create a VOResource metadata extracter |
|
| Method Summary | |
|---|---|
Capability |
findCapabilityByID(java.lang.String id)
return the capability element of a specified type. |
Capability |
findCapabilityByType(java.lang.String type)
return the capability element of a specified type. |
java.lang.String |
getIdentifier()
return the resource's identifier |
java.lang.String |
getResourceClass()
return the resource class. |
java.lang.String |
getShortName()
return the resource's short name |
java.lang.String |
getTitle()
return the resource's title |
| Methods inherited from class net.ivoa.registry.search.Metadata |
|---|
clearCache, findBlocks, getBlocks, getDOMNode, getParameter, getParameters, getPathName, getXSIType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VOResource(org.w3c.dom.Element el)
| Method Detail |
|---|
public java.lang.String getResourceClass()
public java.lang.String getTitle()
public java.lang.String getIdentifier()
public java.lang.String getShortName()
public Capability findCapabilityByType(java.lang.String type)
type - the value of the xsi:type without a namespace prefix
public Capability findCapabilityByID(java.lang.String id)
id - the value of the standardID
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||