Interface QNodeDefinition

    • Field Detail

      • EMPTY_ARRAY

        static final QNodeDefinition[] EMPTY_ARRAY
        Empty array of QNodeDefinition.
    • Method Detail

      • getDefaultPrimaryType

        Name getDefaultPrimaryType()
        Returns the name of the default primary type.
        Returns:
        the name of the default primary type.
      • getRequiredPrimaryTypes

        Name[] getRequiredPrimaryTypes()
        Returns the array of names of the required primary types.
        Returns:
        the array of names of the required primary types.
      • allowsSameNameSiblings

        boolean allowsSameNameSiblings()
        Reports whether this node can have same-name siblings.
        Returns:
        the 'allowsSameNameSiblings' flag.