|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SmSequenceType<A,S>
Method Summary | |
---|---|
void |
accept(SmSequenceTypeVisitor<A,S> visitor)
Implementation of the visitor design pattern. |
SmSequenceType<A,S> |
atomSet()
Returns the result of applying atomization, or fn:data(), to the type. |
SmSequenceType<A,S> |
parentAxis()
Returns the type of the parent XPath axis starting from this type. |
SmPrimeType<A,S> |
prime()
The prime method extracts all the item types from this type and combines them into a choice. |
SmQuantifier |
quantifier()
The quantifier method approximates the possible number of items in this type with the occurrence indicators supported by the [XPath/Xquery] type system (?, +, *). |
Method Detail |
---|
SmPrimeType<A,S> prime()
SmQuantifier quantifier()
SmSequenceType<A,S> parentAxis()
SmSequenceType<A,S> atomSet()
void accept(SmSequenceTypeVisitor<A,S> visitor)
visitor
- The visitor of this type.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |