Class XmlOutlet

    • Constructor Detail

      • XmlOutlet

        public XmlOutlet​(QualifiedName name)
        Constructor.
        Parameters:
        name - the qualified name of the outlet.
    • Method Detail

      • isCreateIdAttributes

        public boolean isCreateIdAttributes()
        Returns whether id attributes are automatically created in the output.
        Returns:
        true if id attributes are automatically created, false otherwise.
      • setCreateIdAttributes

        public void setCreateIdAttributes​(boolean createIdAttributes)
        Sets whether id attributes should be automatically created in the output.
        Parameters:
        createIdAttributes - true if id attributes should be automatically created, false otherwise.