Class ContainerNode
java.lang.Object
org.cybergarage.xml.Node
org.cybergarage.upnp.std.av.server.object.ContentNode
org.cybergarage.upnp.std.av.server.object.container.ContainerNode
-
Field Summary
FieldsFields inherited from class org.cybergarage.upnp.std.av.server.object.ContentNode
ID, PARENT_ID, RESTRICTED, UNKNOWN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContentNode(ContentNode node)intgetContentNode(int index)getContentNode(String name)intintbooleanstatic booleanisContainerNode(org.cybergarage.xml.Node node)voidbooleanremoveContentNode(ContentNode node)booleanset(org.cybergarage.xml.Node node)voidsetChildCount(int id)voidsetSearchable(int value)Methods inherited from class org.cybergarage.upnp.std.av.server.object.ContentNode
addProperty, addProperty, getContentDirectory, getID, getMediaServer, getNProperties, getParentID, getProperty, getProperty, getPropertyAttribureValue, getPropertyIntegerValue, getPropertyLongValue, getPropertyValue, getRestricted, getTitle, getUPnPClass, getWriteStatus, hasProperties, insertPropertyAt, isContainerNode, isItemNode, isUPnPClassStartWith, output, removeProperty, removeProperty, setContentDirectory, setID, setID, setParentID, setParentID, setProperty, setProperty, setProperty, setPropertyAttribure, setRestricted, setTitle, setUPnPClass, setWriteStatusMethods inherited from class org.cybergarage.xml.Node
addAttribute, addAttribute, addNode, addValue, equals, getAttribute, getAttribute, getAttributeIntegerValue, getAttributeValue, getIndentLevelString, getIndentLevelString, getIndex, getName, getNAttributes, getNNodes, getNode, getNode, getNodeEndsWith, getNodeValue, getParentNode, getRootNode, getUserData, getValue, hasAttributes, hasNode, hasNodes, insertAttributeAt, insertNode, isName, outputAttributes, print, print, removeAllAttributes, removeAllNodes, removeAttribute, removeAttribute, removeNode, removeNode, setAttribute, setAttribute, setName, setName, setNameSpace, setNode, setNode, setParentNode, setUserData, setValue, setValue, toString, toString, toXMLString, toXMLString
-
Field Details
-
NAME
- See Also:
- Constant Field Values
-
CHILD_COUNT
- See Also:
- Constant Field Values
-
SEARCHABLE
- See Also:
- Constant Field Values
-
OBJECT_CONTAINER
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ContainerNode
public ContainerNode()
-
-
Method Details
-
isContainerNode
public static final boolean isContainerNode(org.cybergarage.xml.Node node) -
set
public boolean set(org.cybergarage.xml.Node node)- Specified by:
setin classContentNode
-
hasContentNodes
public boolean hasContentNodes() -
getNContentNodes
public int getNContentNodes() -
getContentNode
-
getContentNode
-
removeAllContentNodes
public void removeAllContentNodes() -
addContentNode
-
removeContentNode
-
findContentNodeByID
-
setChildCount
public void setChildCount(int id) -
getChildCount
public int getChildCount() -
setSearchable
public void setSearchable(int value) -
getSearchable
public int getSearchable()
-