Package net.sf.saxon.style
Interface AutoDocumentInhibitor
- All Known Implementing Classes:
XSLArray,XSLArrayMember,XSLMap,XSLMapEntry,XSLRecord,XSLSelect
public interface AutoDocumentInhibitor
A marker interface implemented by XSLT instructions, which, if they appear in a sequence
constructor under 4.0, inhibit the automatic creation of a document node by a variable
binding element
-
Method Summary
Modifier and TypeMethodDescriptionGet the type of the items returned by this instruction
-
Method Details
-
getItemType
ItemType getItemType()Get the type of the items returned by this instruction- Returns:
- the static item type
-