| | |
| | | <xsl:value-of select="' static {
'" /> |
| | | <xsl:if test="$this-is-advanced"> |
| | | <xsl:value-of |
| | | select="concat(' INSTANCE.registerOption(ManagedObjectOption.ADVANCED);
')" /> |
| | | select="' INSTANCE.registerOption(ManagedObjectOption.ADVANCED);
'" /> |
| | | </xsl:if> |
| | | <xsl:if test="$this-is-hidden"> |
| | | <xsl:value-of |
| | | select="concat(' INSTANCE.registerOption(ManagedObjectOption.HIDDEN);
')" /> |
| | | select="' INSTANCE.registerOption(ManagedObjectOption.HIDDEN);
'" /> |
| | | </xsl:if> |
| | | <xsl:value-of select="' }
'" /> |
| | | </xsl:if> |