|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.xml.classgen.CGNode | +--oracle.syndication.ice.payload.Ice_item_content | +--oracle.syndication.ice.payload.Ice_item_ref
The Node Class representing the ice-item (not ref) element within an ice-item-group element in an ICE payload
Method Summary |
Type | Method |
---|---|
void |
addNode(Ice_access I)
Add Ice_access to Ice-item-ref |
java.util.List |
getAccessList()
Get a list of Ice-access policy if there is any |
Ice_payload |
getDocument()
Get the owning document Class Ice_payload |
oracle.xml.parser.v2.DTD |
getDTDNode()
Returns the Ice_payload DTD |
Item |
getGroupItem()
Returns the group item if we are a group item |
java.lang.String |
getItemId()
Gets the item id |
java.lang.String |
getName()
Gets the name of the item ref |
RefItem |
getRefItem()
The ref item if this is a item-ref |
ContentItem |
getSingleItem()
Gets the single item interface (content is inline) |
java.lang.String |
getUrl()
Get the url for content retrieval |
boolean |
isGroupItem()
Are we a group item? |
boolean |
isRefItem()
Is this a ref item? |
boolean |
isSingleItem()
Is this a single item where the content is inline? |
void |
print(java.lang.String szSpace,
java.io.Writer wrt)
Prints the ice-item-ref node with a specific prefix into the specified writer. |
void |
setItemId(java.lang.String s)
Sets the item id |
void |
setName(java.lang.String s)
Sets the name of the item ref |
void |
setUrl(java.lang.String theData)
Sets the value of attribute url |
Methods inherited from class oracle.xml.classgen.CGNode |
setDocument |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public void addNode(Ice_access I) throws oracle.xml.classgen.InvalidContentException
Ice_access
to Ice-item-ref
I
- Node of type Ice_access
public void setUrl(java.lang.String theData)
url
theData
- value of the attributepublic java.lang.String getUrl()
public oracle.xml.parser.v2.DTD getDTDNode()
DTD
public Ice_payload getDocument()
Ice_payload
public java.util.List getAccessList()
public boolean isSingleItem()
public ContentItem getSingleItem()
public boolean isRefItem()
public RefItem getRefItem()
public boolean isGroupItem()
public Item getGroupItem()
public void setItemId(java.lang.String s)
public java.lang.String getItemId()
public void setName(java.lang.String s)
public java.lang.String getName()
public void print(java.lang.String szSpace, java.io.Writer wrt) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |