LibreOffice Module xmerge (master) 1
Public Member Functions | List of all members
org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl Class Reference

Xslt implementation of ConverterCapabilities for the PluginFactoryImpl. More...

Inheritance diagram for org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl:
[legend]
Collaboration diagram for org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl:
[legend]

Public Member Functions

boolean canConvertTag (String tag)
 Test to see if the device document format supports the tag in question. More...
 
boolean canConvertAttribute (String tag, String attribute)
 Test to see if the device document format supports the tag attribute in question. More...
 
boolean canConvertTag (String tag)
 Test to see if the device document format supports the tag in question. More...
 
boolean canConvertAttribute (String tag, String attribute)
 Test to see if the device document format supports the tag attribute in question. More...
 

Detailed Description

Xslt implementation of ConverterCapabilities for the PluginFactoryImpl.

Used with StarWriter XML to/from XSLT supported formats conversions. The ConverterCapibilies specify which "Office" Document tags and attributes are supported on the "Device" Document format.

Definition at line 33 of file ConverterCapabilitiesImpl.java.

Member Function Documentation

◆ canConvertAttribute()

boolean org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.canConvertAttribute ( String  tag,
String  attribute 
)
inline

Test to see if the device document format supports the tag attribute in question.

Parameters
tagThe tag to check.
attributeThe tag attribute to check.
Returns
true if the device format supports the attribute, false otherwise.

Implements org.openoffice.xmerge.ConverterCapabilities.

Definition at line 70 of file ConverterCapabilitiesImpl.java.

References attribute, org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_SPACE_COUNT, and org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_SPACE.

◆ canConvertTag()

boolean org.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl.canConvertTag ( String  tag)
inline

The documentation for this class was generated from the following file: