Class Path.AttributeElement

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Path

    @AlfrescoPublicApi
    public static class Path.AttributeElement
    extends Path.Element
    Represents a qualified path to an attribute, including the sibling for repeated properties/attributes to retrieve e.g. /@{namespace}name[5]
    See Also:
    Serialized Form
    • Constructor Detail

      • AttributeElement

        public AttributeElement​(QName attribute)
        Parameters:
        attribute - QName
      • AttributeElement

        public AttributeElement​(QName attribute,
                                int position)
      • AttributeElement

        public AttributeElement​(String attribute)