Package net.sf.saxon.ma.jnode


package net.sf.saxon.ma.jnode
  • Classes
    Class
    Description
     
     
    Iterator over the children of this JNode
    Abstract implementation of JNode, covering both root and non-root JNodes
     
    A child JNode that wraps an entry in a map
     
    A root JNode that wraps a map or array
    Represents the type jnode((), T) where T is a sequence type giving the type of the JNode content; the node must be a root JNode (that is, its selector and parent properties must be absent)
    Represents the type jnode(S, T) where T is a sequence type giving the type of the JNode content and S is a selector value, or null meaning "*" indicating that the selector can be any value (including absent).