|
API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.xml.xapi.XItemSource
public class XItemSource
An implementation of Source for XItemView objects.
This allows results from a previous expression, query or transformation to be used
where a Source object is required (such as by implementations of
XSourceResolver) without first serializing to a DOM
or a stream.
Note that an XItemSource can only be used at execution
time for providing input documents
and not at prepare time for imports and includes.
XSourceResolver| Constructor Summary | |
|---|---|
XItemSource(XItemView item)
Create a new XItemSource. |
|
| Method Summary | |
|---|---|
XItemView |
getItem()
Get the XItemView associated with this source. |
String |
getSystemId()
Get the system id associated with this source. |
void |
setItem(XItemView item)
Set the XItemView. |
void |
setSystemId(String systemId)
Set the system id. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XItemSource(XItemView item)
item - The item.| Method Detail |
|---|
public XItemView getItem()
XItemView associated with this source.
XItemView associated with this source.public void setItem(XItemView item)
XItemView.
item - The XItemView to set.public String getSystemId()
getSystemId in interface Sourcepublic void setSystemId(String systemId)
setSystemId in interface SourcesystemId - The system id to set.
|
IBM Copyright 2004-2008 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||