Class BaseSelector

    • Constructor Detail

      • BaseSelector

        public BaseSelector​(QName type,
                            java.lang.String alias)
    • Method Detail

      • getAlias

        public java.lang.String getAlias()
        Description copied from interface: Selector
        The alias or name for the selector This must be unique across all selectors in the query
        Specified by:
        getAlias in interface Selector
        Returns:
        String
      • getType

        public QName getType()
        Description copied from interface: Selector
        The qname of the type or aspect to select
        Specified by:
        getType in interface Selector
        Returns:
        QName
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getSelectors

        public java.util.Map<java.lang.String,​Selector> getSelectors()
        Specified by:
        getSelectors in interface Source