Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > b3bdfe6d859a3d6920ff2c44b38e9a6f > files > 2247

saxon-manual-9.4.0.9-2.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_18) on Fri Dec 09 20:48:21 GMT 2011 -->
<TITLE>
Item
</TITLE>

<META NAME="date" CONTENT="2011-12-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Item";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../net/sf/saxon/om/InscopeNamespaceResolver.html" title="class in net.sf.saxon.om"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../net/sf/saxon/om/MutableDocumentInfo.html" title="interface in net.sf.saxon.om"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?net/sf/saxon/om/Item.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="Item.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
net.sf.saxon.om</FONT>
<BR>
Interface Item&lt;T extends Item&gt;</H2>
<DL>
<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../net/sf/saxon/evpull/PullEvent.html" title="interface in net.sf.saxon.evpull">PullEvent</A>, <A HREF="../../../../net/sf/saxon/om/ValueRepresentation.html" title="interface in net.sf.saxon.om">ValueRepresentation</A>&lt;T&gt;</DD>
</DL>
<DL>
<DT><B>All Known Subinterfaces:</B> <DD><A HREF="../../../../net/sf/saxon/om/DocumentInfo.html" title="interface in net.sf.saxon.om">DocumentInfo</A>, <A HREF="../../../../net/sf/saxon/om/FunctionItem.html" title="interface in net.sf.saxon.om">FunctionItem</A>&lt;T&gt;, <A HREF="../../../../com/saxonica/functions/map/MapItem.html" title="interface in com.saxonica.functions.map">MapItem</A>, <A HREF="../../../../net/sf/saxon/om/MutableNodeInfo.html" title="interface in net.sf.saxon.om">MutableNodeInfo</A>, <A HREF="../../../../net/sf/saxon/om/NodeInfo.html" title="interface in net.sf.saxon.om">NodeInfo</A>, <A HREF="../../../../net/sf/saxon/tree/wrapper/SiblingCountingNode.html" title="interface in net.sf.saxon.tree.wrapper">SiblingCountingNode</A>, <A HREF="../../../../net/sf/saxon/tree/wrapper/VirtualNode.html" title="interface in net.sf.saxon.tree.wrapper">VirtualNode</A></DD>
</DL>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../net/sf/saxon/style/AbsentExtensionElement.html" title="class in net.sf.saxon.style">AbsentExtensionElement</A>, <A HREF="../../../../com/saxonica/functions/hof/AbstractFunctionItem.html" title="class in com.saxonica.functions.hof">AbstractFunctionItem</A>, <A HREF="../../../../net/sf/saxon/tree/wrapper/AbstractVirtualNode.html" title="class in net.sf.saxon.tree.wrapper">AbstractVirtualNode</A>, <A HREF="../../../../com/saxonica/schema/sdoc/AnnotationParent.html" title="class in com.saxonica.schema.sdoc">AnnotationParent</A>, <A HREF="../../../../net/sf/saxon/value/AnyURIValue.html" title="class in net.sf.saxon.value">AnyURIValue</A>, <A HREF="../../../../net/sf/saxon/value/AtomicValue.html" title="class in net.sf.saxon.value">AtomicValue</A>, <A HREF="../../../../net/sf/saxon/value/Base64BinaryValue.html" title="class in net.sf.saxon.value">Base64BinaryValue</A>, <A HREF="../../../../net/sf/saxon/value/BigIntegerValue.html" title="class in net.sf.saxon.value">BigIntegerValue</A>, <A HREF="../../../../net/sf/saxon/value/BooleanValue.html" title="class in net.sf.saxon.value">BooleanValue</A>, <A HREF="../../../../net/sf/saxon/value/CalendarValue.html" title="class in net.sf.saxon.value">CalendarValue</A>, <A HREF="../../../../com/saxonica/functions/hof/CoercedFunction.html" title="class in com.saxonica.functions.hof">CoercedFunction</A>, <A HREF="../../../../com/saxonica/functions/hof/CurriedFunction.html" title="class in com.saxonica.functions.hof">CurriedFunction</A>, <A HREF="../../../../net/sf/saxon/style/DataElement.html" title="class in net.sf.saxon.style">DataElement</A>, <A HREF="../../../../net/sf/saxon/value/DateTimeValue.html" title="class in net.sf.saxon.value">DateTimeValue</A>, <A HREF="../../../../net/sf/saxon/value/DateValue.html" title="class in net.sf.saxon.value">DateValue</A>, <A HREF="../../../../net/sf/saxon/value/DayTimeDurationValue.html" title="class in net.sf.saxon.value">DayTimeDurationValue</A>, <A HREF="../../../../net/sf/saxon/value/DecimalValue.html" title="class in net.sf.saxon.value">DecimalValue</A>, <A HREF="../../../../net/sf/saxon/tree/linked/DocumentImpl.html" title="class in net.sf.saxon.tree.linked">DocumentImpl</A>, <A HREF="../../../../net/sf/saxon/dom/DocumentWrapper.html" title="class in net.sf.saxon.dom">DocumentWrapper</A>, <A HREF="../../../../net/sf/saxon/option/dom4j/DocumentWrapper.html" title="class in net.sf.saxon.option.dom4j">DocumentWrapper</A>, <A HREF="../../../../net/sf/saxon/option/jdom/DocumentWrapper.html" title="class in net.sf.saxon.option.jdom">DocumentWrapper</A>, <A HREF="../../../../net/sf/saxon/option/xom/DocumentWrapper.html" title="class in net.sf.saxon.option.xom">DocumentWrapper</A>, <A HREF="../../../../net/sf/saxon/value/DoubleValue.html" title="class in net.sf.saxon.value">DoubleValue</A>, <A HREF="../../../../net/sf/saxon/value/DurationValue.html" title="class in net.sf.saxon.value">DurationValue</A>, <A HREF="../../../../net/sf/saxon/tree/linked/ElementImpl.html" title="class in net.sf.saxon.tree.linked">ElementImpl</A>, <A HREF="../../../../net/sf/saxon/style/ExtensionInstruction.html" title="class in net.sf.saxon.style">ExtensionInstruction</A>, <A HREF="../../../../com/saxonica/functions/hof/FirstClassFunction.html" title="class in com.saxonica.functions.hof">FirstClassFunction</A>, <A HREF="../../../../com/saxonica/stream/om/FleetingDocumentNode.html" title="class in com.saxonica.stream.om">FleetingDocumentNode</A>, <A HREF="../../../../com/saxonica/stream/om/FleetingElementNode.html" title="class in com.saxonica.stream.om">FleetingElementNode</A>, <A HREF="../../../../com/saxonica/stream/om/FleetingNode.html" title="class in com.saxonica.stream.om">FleetingNode</A>, <A HREF="../../../../net/sf/saxon/value/FloatValue.html" title="class in net.sf.saxon.value">FloatValue</A>, <A HREF="../../../../net/sf/saxon/value/GDateValue.html" title="class in net.sf.saxon.value">GDateValue</A>, <A HREF="../../../../net/sf/saxon/value/GDayValue.html" title="class in net.sf.saxon.value">GDayValue</A>, <A HREF="../../../../net/sf/saxon/value/GMonthDayValue.html" title="class in net.sf.saxon.value">GMonthDayValue</A>, <A HREF="../../../../net/sf/saxon/value/GMonthValue.html" title="class in net.sf.saxon.value">GMonthValue</A>, <A HREF="../../../../net/sf/saxon/value/GYearMonthValue.html" title="class in net.sf.saxon.value">GYearMonthValue</A>, <A HREF="../../../../net/sf/saxon/value/GYearValue.html" title="class in net.sf.saxon.value">GYearValue</A>, <A HREF="../../../../net/sf/saxon/value/HexBinaryValue.html" title="class in net.sf.saxon.value">HexBinaryValue</A>, <A HREF="../../../../com/saxonica/functions/map/ImmutableMap.html" title="class in com.saxonica.functions.map">ImmutableMap</A>, <A HREF="../../../../net/sf/saxon/value/Int64Value.html" title="class in net.sf.saxon.value">Int64Value</A>, <A HREF="../../../../net/sf/saxon/value/IntegerValue.html" title="class in net.sf.saxon.value">IntegerValue</A>, <A HREF="../../../../net/sf/saxon/style/LiteralResultElement.html" title="class in net.sf.saxon.style">LiteralResultElement</A>, <A HREF="../../../../net/sf/saxon/tree/NamespaceNode.html" title="class in net.sf.saxon.tree">NamespaceNode</A>, <A HREF="../../../../net/sf/saxon/tree/linked/NodeImpl.html" title="class in net.sf.saxon.tree.linked">NodeImpl</A>, <A HREF="../../../../net/sf/saxon/dom/NodeWrapper.html" title="class in net.sf.saxon.dom">NodeWrapper</A>, <A HREF="../../../../net/sf/saxon/option/dom4j/NodeWrapper.html" title="class in net.sf.saxon.option.dom4j">NodeWrapper</A>, <A HREF="../../../../net/sf/saxon/option/jdom/NodeWrapper.html" title="class in net.sf.saxon.option.jdom">NodeWrapper</A>, <A HREF="../../../../net/sf/saxon/option/xom/NodeWrapper.html" title="class in net.sf.saxon.option.xom">NodeWrapper</A>, <A HREF="../../../../net/sf/saxon/value/NotationValue.html" title="class in net.sf.saxon.value">NotationValue</A>, <A HREF="../../../../net/sf/saxon/value/NumericValue.html" title="class in net.sf.saxon.value">NumericValue</A>, <A HREF="../../../../net/sf/saxon/value/ObjectValue.html" title="class in net.sf.saxon.value">ObjectValue</A>, <A HREF="../../../../net/sf/saxon/tree/util/Orphan.html" title="class in net.sf.saxon.tree.util">Orphan</A>, <A HREF="../../../../net/sf/saxon/value/QNameValue.html" title="class in net.sf.saxon.value">QNameValue</A>, <A HREF="../../../../net/sf/saxon/value/QualifiedNameValue.html" title="class in net.sf.saxon.value">QualifiedNameValue</A>, <A HREF="../../../../com/saxonica/xsltextn/SaxonAssign.html" title="class in com.saxonica.xsltextn">SaxonAssign</A>, <A HREF="../../../../com/saxonica/xsltextn/SaxonCallTemplate.html" title="class in com.saxonica.xsltextn">SaxonCallTemplate</A>, <A HREF="../../../../com/saxonica/xsltextn/SaxonCollation.html" title="class in com.saxonica.xsltextn">SaxonCollation</A>, <A HREF="../../../../com/saxonica/xsltextn/SaxonDoctype.html" title="class in com.saxonica.xsltextn">SaxonDoctype</A>, <A HREF="../../../../com/saxonica/xsltextn/SaxonEntityRef.html" title="class in com.saxonica.xsltextn">SaxonEntityRef</A>, <A HREF="../../../../com/saxonica/xsltextn/SaxonImportQuery.html" title="class in com.saxonica.xsltextn">SaxonImportQuery</A>, <A HREF="../../../../com/saxonica/schema/sdoc/SaxonParam.html" title="class in com.saxonica.schema.sdoc">SaxonParam</A>, <A HREF="../../../../com/saxonica/schema/sdoc/SaxonPreprocess.html" title="class in com.saxonica.schema.sdoc">SaxonPreprocess</A>, <A HREF="../../../../com/saxonica/xsltextn/SaxonWhile.html" title="class in com.saxonica.xsltextn">SaxonWhile</A>, <A HREF="../../../../com/saxonica/schema/sdoc/SchemaElement.html" title="class in com.saxonica.schema.sdoc">SchemaElement</A>, <A HREF="../../../../com/saxonica/functions/map/SingletonMap.html" title="class in com.saxonica.functions.map">SingletonMap</A>, <A HREF="../../../../net/sf/saxon/tree/wrapper/SpaceStrippedDocument.html" title="class in net.sf.saxon.tree.wrapper">SpaceStrippedDocument</A>, <A HREF="../../../../net/sf/saxon/tree/wrapper/SpaceStrippedNode.html" title="class in net.sf.saxon.tree.wrapper">SpaceStrippedNode</A>, <A HREF="../../../../net/sf/saxon/option/sql/SQLClose.html" title="class in net.sf.saxon.option.sql">SQLClose</A>, <A HREF="../../../../net/sf/saxon/option/sql/SQLColumn.html" title="class in net.sf.saxon.option.sql">SQLColumn</A>, <A HREF="../../../../net/sf/saxon/option/sql/SQLConnect.html" title="class in net.sf.saxon.option.sql">SQLConnect</A>, <A HREF="../../../../net/sf/saxon/option/sql/SQLDelete.html" title="class in net.sf.saxon.option.sql">SQLDelete</A>, <A HREF="../../../../net/sf/saxon/option/sql/SQLExecute.html" title="class in net.sf.saxon.option.sql">SQLExecute</A>, <A HREF="../../../../net/sf/saxon/option/sql/SQLInsert.html" title="class in net.sf.saxon.option.sql">SQLInsert</A>, <A HREF="../../../../net/sf/saxon/option/sql/SQLQuery.html" title="class in net.sf.saxon.option.sql">SQLQuery</A>, <A HREF="../../../../net/sf/saxon/option/sql/SQLUpdate.html" title="class in net.sf.saxon.option.sql">SQLUpdate</A>, <A HREF="../../../../net/sf/saxon/value/StringValue.html" title="class in net.sf.saxon.value">StringValue</A>, <A HREF="../../../../net/sf/saxon/style/StyleElement.html" title="class in net.sf.saxon.style">StyleElement</A>, <A HREF="../../../../net/sf/saxon/value/TextFragmentValue.html" title="class in net.sf.saxon.value">TextFragmentValue</A>, <A HREF="../../../../net/sf/saxon/value/TimeValue.html" title="class in net.sf.saxon.value">TimeValue</A>, <A HREF="../../../../net/sf/saxon/tree/tiny/TinyDocumentImpl.html" title="class in net.sf.saxon.tree.tiny">TinyDocumentImpl</A>, <A HREF="../../../../net/sf/saxon/tree/tiny/TinyElementImpl.html" title="class in net.sf.saxon.tree.tiny">TinyElementImpl</A>, <A HREF="../../../../net/sf/saxon/tree/tiny/TinyNodeImpl.html" title="class in net.sf.saxon.tree.tiny">TinyNodeImpl</A>, <A HREF="../../../../net/sf/saxon/tree/tiny/TinyParentNodeImpl.html" title="class in net.sf.saxon.tree.tiny">TinyParentNodeImpl</A>, <A HREF="../../../../net/sf/saxon/tree/tiny/TinyTextImpl.html" title="class in net.sf.saxon.tree.tiny">TinyTextImpl</A>, <A HREF="../../../../net/sf/saxon/expr/flwor/Tuple.html" title="class in net.sf.saxon.expr.flwor">Tuple</A>, <A HREF="../../../../net/sf/saxon/tree/wrapper/TypeStrippedDocument.html" title="class in net.sf.saxon.tree.wrapper">TypeStrippedDocument</A>, <A HREF="../../../../net/sf/saxon/tree/wrapper/TypeStrippedNode.html" title="class in net.sf.saxon.tree.wrapper">TypeStrippedNode</A>, <A HREF="../../../../com/saxonica/pull/UnconstructedDocument.html" title="class in com.saxonica.pull">UnconstructedDocument</A>, <A HREF="../../../../com/saxonica/pull/UnconstructedElement.html" title="class in com.saxonica.pull">UnconstructedElement</A>, <A HREF="../../../../com/saxonica/pull/UnconstructedParent.html" title="class in com.saxonica.pull">UnconstructedParent</A>, <A HREF="../../../../com/saxonica/schema/sdoc/UnknownElement.html" title="class in com.saxonica.schema.sdoc">UnknownElement</A>, <A HREF="../../../../net/sf/saxon/value/UntypedAtomicValue.html" title="class in net.sf.saxon.value">UntypedAtomicValue</A>, <A HREF="../../../../com/saxonica/functions/hof/UserFunctionItem.html" title="class in com.saxonica.functions.hof">UserFunctionItem</A>, <A HREF="../../../../net/sf/saxon/tree/wrapper/VirtualCopy.html" title="class in net.sf.saxon.tree.wrapper">VirtualCopy</A>, <A HREF="../../../../net/sf/saxon/tree/wrapper/VirtualDocumentCopy.html" title="class in net.sf.saxon.tree.wrapper">VirtualDocumentCopy</A>, <A HREF="../../../../net/sf/saxon/tree/wrapper/VirtualUntypedCopy.html" title="class in net.sf.saxon.tree.wrapper">VirtualUntypedCopy</A>, <A HREF="../../../../net/sf/saxon/tree/tiny/WhitespaceTextImpl.html" title="class in net.sf.saxon.tree.tiny">WhitespaceTextImpl</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDAlternative.html" title="class in com.saxonica.schema.sdoc">XSDAlternative</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDAnnotation.html" title="class in com.saxonica.schema.sdoc">XSDAnnotation</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDAny.html" title="class in com.saxonica.schema.sdoc">XSDAny</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDAnyAttribute.html" title="class in com.saxonica.schema.sdoc">XSDAnyAttribute</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDAssert.html" title="class in com.saxonica.schema.sdoc">XSDAssert</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDAttribute.html" title="class in com.saxonica.schema.sdoc">XSDAttribute</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDAttributeGroup.html" title="class in com.saxonica.schema.sdoc">XSDAttributeGroup</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDComplexContent.html" title="class in com.saxonica.schema.sdoc">XSDComplexContent</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDComplexContentRestriction.html" title="class in com.saxonica.schema.sdoc">XSDComplexContentRestriction</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDComplexType.html" title="class in com.saxonica.schema.sdoc">XSDComplexType</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDCompositor.html" title="class in com.saxonica.schema.sdoc">XSDCompositor</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDDefaultOpenContent.html" title="class in com.saxonica.schema.sdoc">XSDDefaultOpenContent</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDDocumentation.html" title="class in com.saxonica.schema.sdoc">XSDDocumentation</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDElement.html" title="class in com.saxonica.schema.sdoc">XSDElement</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDExtension.html" title="class in com.saxonica.schema.sdoc">XSDExtension</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDFacet.html" title="class in com.saxonica.schema.sdoc">XSDFacet</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDFieldOrSelector.html" title="class in com.saxonica.schema.sdoc">XSDFieldOrSelector</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDGroup.html" title="class in com.saxonica.schema.sdoc">XSDGroup</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDIdentityConstraint.html" title="class in com.saxonica.schema.sdoc">XSDIdentityConstraint</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDImport.html" title="class in com.saxonica.schema.sdoc">XSDImport</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDInclude.html" title="class in com.saxonica.schema.sdoc">XSDInclude</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDList.html" title="class in com.saxonica.schema.sdoc">XSDList</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDNotation.html" title="class in com.saxonica.schema.sdoc">XSDNotation</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDOpenContent.html" title="class in com.saxonica.schema.sdoc">XSDOpenContent</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDOverride.html" title="class in com.saxonica.schema.sdoc">XSDOverride</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDRedefine.html" title="class in com.saxonica.schema.sdoc">XSDRedefine</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDSchema.html" title="class in com.saxonica.schema.sdoc">XSDSchema</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDSimpleContent.html" title="class in com.saxonica.schema.sdoc">XSDSimpleContent</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDSimpleContentRestriction.html" title="class in com.saxonica.schema.sdoc">XSDSimpleContentRestriction</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDSimpleType.html" title="class in com.saxonica.schema.sdoc">XSDSimpleType</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDSimpleTypeRestriction.html" title="class in com.saxonica.schema.sdoc">XSDSimpleTypeRestriction</A>, <A HREF="../../../../com/saxonica/schema/sdoc/XSDUnion.html" title="class in com.saxonica.schema.sdoc">XSDUnion</A>, <A HREF="../../../../net/sf/saxon/style/XSLAnalyzeString.html" title="class in net.sf.saxon.style">XSLAnalyzeString</A>, <A HREF="../../../../net/sf/saxon/style/XSLApplyImports.html" title="class in net.sf.saxon.style">XSLApplyImports</A>, <A HREF="../../../../net/sf/saxon/style/XSLApplyTemplates.html" title="class in net.sf.saxon.style">XSLApplyTemplates</A>, <A HREF="../../../../net/sf/saxon/style/XSLAttribute.html" title="class in net.sf.saxon.style">XSLAttribute</A>, <A HREF="../../../../net/sf/saxon/style/XSLAttributeSet.html" title="class in net.sf.saxon.style">XSLAttributeSet</A>, <A HREF="../../../../com/saxonica/xsltextn/XSLBreak.html" title="class in com.saxonica.xsltextn">XSLBreak</A>, <A HREF="../../../../com/saxonica/xsltextn/XSLBreakOrContinue.html" title="class in com.saxonica.xsltextn">XSLBreakOrContinue</A>, <A HREF="../../../../net/sf/saxon/style/XSLCallTemplate.html" title="class in net.sf.saxon.style">XSLCallTemplate</A>, <A HREF="../../../../com/saxonica/xsltextn/XSLCatch.html" title="class in com.saxonica.xsltextn">XSLCatch</A>, <A HREF="../../../../net/sf/saxon/style/XSLCharacterMap.html" title="class in net.sf.saxon.style">XSLCharacterMap</A>, <A HREF="../../../../net/sf/saxon/style/XSLChoose.html" title="class in net.sf.saxon.style">XSLChoose</A>, <A HREF="../../../../net/sf/saxon/style/XSLComment.html" title="class in net.sf.saxon.style">XSLComment</A>, <A HREF="../../../../net/sf/saxon/style/XSLCopy.html" title="class in net.sf.saxon.style">XSLCopy</A>, <A HREF="../../../../net/sf/saxon/style/XSLCopyOf.html" title="class in net.sf.saxon.style">XSLCopyOf</A>, <A HREF="../../../../net/sf/saxon/style/XSLDecimalFormat.html" title="class in net.sf.saxon.style">XSLDecimalFormat</A>, <A HREF="../../../../net/sf/saxon/style/XSLDocument.html" title="class in net.sf.saxon.style">XSLDocument</A>, <A HREF="../../../../net/sf/saxon/style/XSLElement.html" title="class in net.sf.saxon.style">XSLElement</A>, <A HREF="../../../../com/saxonica/xsltextn/XSLEvaluate.html" title="class in com.saxonica.xsltextn">XSLEvaluate</A>, <A HREF="../../../../net/sf/saxon/style/XSLFallback.html" title="class in net.sf.saxon.style">XSLFallback</A>, <A HREF="../../../../net/sf/saxon/style/XSLForEach.html" title="class in net.sf.saxon.style">XSLForEach</A>, <A HREF="../../../../net/sf/saxon/style/XSLForEachGroup.html" title="class in net.sf.saxon.style">XSLForEachGroup</A>, <A HREF="../../../../com/saxonica/xsltextn/XSLFork.html" title="class in com.saxonica.xsltextn">XSLFork</A>, <A HREF="../../../../net/sf/saxon/style/XSLFunction.html" title="class in net.sf.saxon.style">XSLFunction</A>, <A HREF="../../../../net/sf/saxon/style/XSLGeneralIncorporate.html" title="class in net.sf.saxon.style">XSLGeneralIncorporate</A>, <A HREF="../../../../net/sf/saxon/style/XSLGeneralVariable.html" title="class in net.sf.saxon.style">XSLGeneralVariable</A>, <A HREF="../../../../net/sf/saxon/style/XSLIf.html" title="class in net.sf.saxon.style">XSLIf</A>, <A HREF="../../../../net/sf/saxon/style/XSLImport.html" title="class in net.sf.saxon.style">XSLImport</A>, <A HREF="../../../../net/sf/saxon/style/XSLImportSchema.html" title="class in net.sf.saxon.style">XSLImportSchema</A>, <A HREF="../../../../net/sf/saxon/style/XSLInclude.html" title="class in net.sf.saxon.style">XSLInclude</A>, <A HREF="../../../../com/saxonica/xsltextn/XSLIterate.html" title="class in com.saxonica.xsltextn">XSLIterate</A>, <A HREF="../../../../net/sf/saxon/style/XSLKey.html" title="class in net.sf.saxon.style">XSLKey</A>, <A HREF="../../../../net/sf/saxon/style/XSLLeafNodeConstructor.html" title="class in net.sf.saxon.style">XSLLeafNodeConstructor</A>, <A HREF="../../../../net/sf/saxon/style/XSLMatchingSubstring.html" title="class in net.sf.saxon.style">XSLMatchingSubstring</A>, <A HREF="../../../../com/saxonica/xsltextn/XSLMerge.html" title="class in com.saxonica.xsltextn">XSLMerge</A>, <A HREF="../../../../com/saxonica/xsltextn/XSLMergeAction.html" title="class in com.saxonica.xsltextn">XSLMergeAction</A>, <A HREF="../../../../com/saxonica/xsltextn/XSLMergeInput.html" title="class in com.saxonica.xsltextn">XSLMergeInput</A>, <A HREF="../../../../com/saxonica/xsltextn/XSLMergeKey.html" title="class in com.saxonica.xsltextn">XSLMergeKey</A>, <A HREF="../../../../com/saxonica/xsltextn/XSLMergeSource.html" title="class in com.saxonica.xsltextn">XSLMergeSource</A>, <A HREF="../../../../net/sf/saxon/style/XSLMessage.html" title="class in net.sf.saxon.style">XSLMessage</A>, <A HREF="../../../../com/saxonica/xsltextn/XSLMode.html" title="class in com.saxonica.xsltextn">XSLMode</A>, <A HREF="../../../../net/sf/saxon/style/XSLNamespace.html" title="class in net.sf.saxon.style">XSLNamespace</A>, <A HREF="../../../../net/sf/saxon/style/XSLNamespaceAlias.html" title="class in net.sf.saxon.style">XSLNamespaceAlias</A>, <A HREF="../../../../com/saxonica/xsltextn/XSLNextIteration.html" title="class in com.saxonica.xsltextn">XSLNextIteration</A>, <A HREF="../../../../net/sf/saxon/style/XSLNextMatch.html" title="class in net.sf.saxon.style">XSLNextMatch</A>, <A HREF="../../../../net/sf/saxon/style/XSLNumber.html" title="class in net.sf.saxon.style">XSLNumber</A>, <A HREF="../../../../com/saxonica/xsltextn/XSLOnCompletion.html" title="class in com.saxonica.xsltextn">XSLOnCompletion</A>, <A HREF="../../../../net/sf/saxon/style/XSLOtherwise.html" title="class in net.sf.saxon.style">XSLOtherwise</A>, <A HREF="../../../../net/sf/saxon/style/XSLOutput.html" title="class in net.sf.saxon.style">XSLOutput</A>, <A HREF="../../../../net/sf/saxon/style/XSLOutputCharacter.html" title="class in net.sf.saxon.style">XSLOutputCharacter</A>, <A HREF="../../../../net/sf/saxon/style/XSLParam.html" title="class in net.sf.saxon.style">XSLParam</A>, <A HREF="../../../../net/sf/saxon/style/XSLPerformSort.html" title="class in net.sf.saxon.style">XSLPerformSort</A>, <A HREF="../../../../net/sf/saxon/style/XSLPreserveSpace.html" title="class in net.sf.saxon.style">XSLPreserveSpace</A>, <A HREF="../../../../net/sf/saxon/style/XSLProcessingInstruction.html" title="class in net.sf.saxon.style">XSLProcessingInstruction</A>, <A HREF="../../../../net/sf/saxon/style/XSLResultDocument.html" title="class in net.sf.saxon.style">XSLResultDocument</A>, <A HREF="../../../../net/sf/saxon/style/XSLSequence.html" title="class in net.sf.saxon.style">XSLSequence</A>, <A HREF="../../../../net/sf/saxon/style/XSLSort.html" title="class in net.sf.saxon.style">XSLSort</A>, <A HREF="../../../../net/sf/saxon/style/XSLSortOrMergeKey.html" title="class in net.sf.saxon.style">XSLSortOrMergeKey</A>, <A HREF="../../../../net/sf/saxon/style/XSLStylesheet.html" title="class in net.sf.saxon.style">XSLStylesheet</A>, <A HREF="../../../../net/sf/saxon/style/XSLTemplate.html" title="class in net.sf.saxon.style">XSLTemplate</A>, <A HREF="../../../../net/sf/saxon/style/XSLText.html" title="class in net.sf.saxon.style">XSLText</A>, <A HREF="../../../../com/saxonica/xsltextn/XSLTry.html" title="class in com.saxonica.xsltextn">XSLTry</A>, <A HREF="../../../../net/sf/saxon/style/XSLValueOf.html" title="class in net.sf.saxon.style">XSLValueOf</A>, <A HREF="../../../../net/sf/saxon/style/XSLVariable.html" title="class in net.sf.saxon.style">XSLVariable</A>, <A HREF="../../../../net/sf/saxon/style/XSLVariableDeclaration.html" title="class in net.sf.saxon.style">XSLVariableDeclaration</A>, <A HREF="../../../../net/sf/saxon/style/XSLWhen.html" title="class in net.sf.saxon.style">XSLWhen</A>, <A HREF="../../../../net/sf/saxon/style/XSLWithParam.html" title="class in net.sf.saxon.style">XSLWithParam</A>, <A HREF="../../../../net/sf/saxon/value/YearMonthDurationValue.html" title="class in net.sf.saxon.value">YearMonthDurationValue</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>Item&lt;T extends Item&gt;</B><DT>extends <A HREF="../../../../net/sf/saxon/om/ValueRepresentation.html" title="interface in net.sf.saxon.om">ValueRepresentation</A>&lt;T&gt;, <A HREF="../../../../net/sf/saxon/evpull/PullEvent.html" title="interface in net.sf.saxon.evpull">PullEvent</A></DL>
</PRE>

<P>
An Item is an object that can occur as a member of a sequence.
 It corresponds directly to the concept of an item in the XPath 2.0 data model.
 There are two kinds of Item: atomic values, and nodes.
 <p>
 This interface is part of the public Saxon API. As such (starting from Saxon 8.4),
 methods that form part of the stable API are labelled with a JavaDoc "since" tag
 to identify the Saxon release at which they were introduced.
 <p>
 Note: there is no method getItemType(). This is to avoid having to implement it
 on every implementation of NodeInfo. Instead, use the static method Type.getItemType(Item).
<P>

<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>8.4</DD>
<DT><B>Author:</B></DT>
  <DD>Michael H. Kay</DD>
</DL>
<HR>

<P>
<!-- =========== FIELD SUMMARY =========== -->

<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_net.sf.saxon.om.ValueRepresentation"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from interface net.sf.saxon.om.<A HREF="../../../../net/sf/saxon/om/ValueRepresentation.html" title="interface in net.sf.saxon.om">ValueRepresentation</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../net/sf/saxon/om/ValueRepresentation.html#EMPTY_VALUE_ARRAY">EMPTY_VALUE_ARRAY</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../net/sf/saxon/om/Item.html#getStringValue()">getStringValue</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the value of the item as a string.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../net/sf/saxon/om/Item.html#getStringValueCS()">getStringValueCS</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the string value of the item as a CharSequence.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../net/sf/saxon/om/SequenceIterator.html" title="interface in net.sf.saxon.om">SequenceIterator</A>&lt;? extends <A HREF="../../../../net/sf/saxon/value/AtomicValue.html" title="class in net.sf.saxon.value">AtomicValue</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../net/sf/saxon/om/Item.html#getTypedValue()">getTypedValue</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the typed value of the item.</TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="getStringValue()"><!-- --></A><H3>
getStringValue</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getStringValue</B>()</PRE>
<DL>
<DD>Get the value of the item as a string. For nodes, this is the string value of the
 node as defined in the XPath 2.0 data model, except that all nodes are treated as being
 untyped: it is not an error to get the string value of a node with a complex type.
 For atomic values, the method returns the result of casting the atomic value to a string.
 <p>
 If the calling code can handle any CharSequence, the method <A HREF="../../../../net/sf/saxon/om/Item.html#getStringValueCS()"><CODE>getStringValueCS()</CODE></A> should
 be used. If the caller requires a string, this method is preferred.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../net/sf/saxon/om/ValueRepresentation.html#getStringValue()">getStringValue</A></CODE> in interface <CODE><A HREF="../../../../net/sf/saxon/om/ValueRepresentation.html" title="interface in net.sf.saxon.om">ValueRepresentation</A>&lt;<A HREF="../../../../net/sf/saxon/om/Item.html" title="type parameter in Item">T</A> extends <A HREF="../../../../net/sf/saxon/om/Item.html" title="interface in net.sf.saxon.om">Item</A>&gt;</CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the string value of the item
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/UnsupportedOperationException.html?is-external=true" title="class or interface in java.lang">UnsupportedOperationException</A></CODE> - if the item is a function item (an unchecked exception
 is used here to avoid introducing exception handling to a large number of paths where it is not
 needed)<DT><B>Since:</B></DT>
  <DD>8.4</DD>
<DT><B>See Also:</B><DD><A HREF="../../../../net/sf/saxon/om/Item.html#getStringValueCS()"><CODE>getStringValueCS()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="getStringValueCS()"><!-- --></A><H3>
getStringValueCS</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</A> <B>getStringValueCS</B>()</PRE>
<DL>
<DD>Get the string value of the item as a CharSequence. This is in some cases more efficient than
 the version of the method that returns a String. The method satisfies the rule that
 <code>X.getStringValueCS().toString()</code> returns a string that is equal to
 <code>X.getStringValue()</code>.
 <p>
 Note that two CharSequence values of different types should not be compared using equals(), and
 for the same reason they should not be used as a key in a hash table.
 <p>
 If the calling code can handle any CharSequence, this method should
 be used. If the caller requires a string, the <A HREF="../../../../net/sf/saxon/om/Item.html#getStringValue()"><CODE>getStringValue()</CODE></A> method is preferred.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../net/sf/saxon/om/ValueRepresentation.html#getStringValueCS()">getStringValueCS</A></CODE> in interface <CODE><A HREF="../../../../net/sf/saxon/om/ValueRepresentation.html" title="interface in net.sf.saxon.om">ValueRepresentation</A>&lt;<A HREF="../../../../net/sf/saxon/om/Item.html" title="type parameter in Item">T</A> extends <A HREF="../../../../net/sf/saxon/om/Item.html" title="interface in net.sf.saxon.om">Item</A>&gt;</CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the string value of the item
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/UnsupportedOperationException.html?is-external=true" title="class or interface in java.lang">UnsupportedOperationException</A></CODE> - if the item is a function item (an unchecked exception
 is used here to avoid introducing exception handling to a large number of paths where it is not
 needed)<DT><B>Since:</B></DT>
  <DD>8.4</DD>
<DT><B>See Also:</B><DD><A HREF="../../../../net/sf/saxon/om/Item.html#getStringValue()"><CODE>getStringValue()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="getTypedValue()"><!-- --></A><H3>
getTypedValue</H3>
<PRE>
<A HREF="../../../../net/sf/saxon/om/SequenceIterator.html" title="interface in net.sf.saxon.om">SequenceIterator</A>&lt;? extends <A HREF="../../../../net/sf/saxon/value/AtomicValue.html" title="class in net.sf.saxon.value">AtomicValue</A>&gt; <B>getTypedValue</B>()
                                                      throws <A HREF="../../../../net/sf/saxon/trans/XPathException.html" title="class in net.sf.saxon.trans">XPathException</A></PRE>
<DL>
<DD>Get the typed value of the item.
 <p>
 For a node, this is the typed value as defined in the XPath 2.0 data model. Since a node
 may have a list-valued data type, the typed value is in general a sequence, and it is returned
 in the form of a SequenceIterator.
 <p>
 If the node has not been validated against a schema, the typed value
 will be the same as the string value, either as an instance of xs:string or as an instance
 of xs:untypedAtomic, depending on the node kind.
 <p>
 For an atomic value, this method returns an iterator over a singleton sequence containing
 the atomic value itself.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>an iterator over the items in the typed value of the node or atomic value. The
 items returned by this iterator will always be atomic values.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../net/sf/saxon/trans/XPathException.html" title="class in net.sf.saxon.trans">XPathException</A></CODE> - where no typed value is available, for example in the case of
     an element with complex content<DT><B>Since:</B></DT>
  <DD>8.4</DD>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../net/sf/saxon/om/InscopeNamespaceResolver.html" title="class in net.sf.saxon.om"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../net/sf/saxon/om/MutableDocumentInfo.html" title="interface in net.sf.saxon.om"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?net/sf/saxon/om/Item.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="Item.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.
</BODY>
</HTML>