eBay::API::XML::DataType::XSLFileType - eBay::API::XML::DataType::XSLFileType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::DataType::XSLFileType

DESCRIPTION

Top

Describes an XSL file that would be returned from an Item Specifics or Pre-filled Item Information meta-data call (such as GetAttributesXSL or GetProductFinderXSL).

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::DataType::XSLFileType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

Top

setFileContent()

Contains a MIME base-64-encoded representation of the XSL file. See the eBay Web Services Guide for information on decoding the XSL stylesheet file. If no XSL file is available (or if you passed no detail level), this property is empty or not returned.

SeeLink: URL: http://developer.ebay.com/DevZone/XML/docs/WebHelp/index.htm?context=eBay_XML_API&topic=AttrXSLOverview Title: Working with Attribute XSL Stylesheets

# Argument: 'xs:string'

getFileContent()

  Calls: GetAttributesXSL
  Returned: Always
  Details: DetailLevel: ReturnAll
  SeeLink: HASH(0x47f0738)
           HASH(0x47f08a0)




  Calls: GetProductFinderXSL
  Returned: Always
  Details: DetailLevel: ReturnAll
  SeeLink: HASH(0x47f0be8)
           HASH(0x47f0d50)




# Returns: 'xs:string'

setFileName()

The name of the XSL file. Store this information to use it as input to the call in the future.

# Argument: 'xs:string'

getFileName()

  Calls: GetAttributesXSL
         GetProductFinderXSL
  Returned: Always
  Details: DetailLevel: none, ReturnAll

# Returns: 'xs:string'

setFileVersion()

The version number of the XSL file. Store this information to use it as input to the call in the future. To get the current version value without retrieving the XSL file, do not pass DetailLevel in the request.

# Argument: 'xs:string'

getFileVersion()

  Calls: GetAttributesXSL
         GetProductFinderXSL
  Returned: Always
  Details: DetailLevel: none, ReturnAll

# Returns: 'xs:string'


eBay-API documentation  | view source Contained in the eBay-API distribution.