Language
	
	
  
  
    
    
The Free and Open Productivity Suite
   
      
      
basicrunner.basichelper
Class  AttributeList
basicrunner.basichelper.AttributeList
- public class AttributeList
The class provides an implementation of the service
 com.sun.star.xml.sax.XAttributeList.
- See Also: 
- XAttributeList,- com.sun.star.lang.XServiceInfo,- XSingleServiceFactory
 
 
AttributeList
public AttributeList()
supportsService
public boolean supportsService(String name)
- Returns True, of the service is supported.- 
- Parameters:
- name- The service name.
- Returns:
- True, if the service is supported.
 
getSupportedServiceNames
public String[] getSupportedServiceNames()
- Get all supported services.- 
- Returns:
- The supported services.
 
getImplementationName
public String getImplementationName()
- Ask for the implementation name.- 
- Returns:
- The implementation name.
 
createInstanceWithArguments
public Object createInstanceWithArguments(Object[] args)
- Create an instance of the actual implementation of the AttributeList.
 Arguments are not supported, so they will bge ignored.- 
- Parameters:
- args- The arguments.
- Returns:
- A new instance of this class.
 
createInstance
public Object createInstance()
- Create an instance of this class.- 
- Returns:
- A new instance of this class.