Interface IComponentInfo
- All Known Subinterfaces:
IXSLComponentInfo
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface IComponentInfo
Component information interface.
- Since:
- 27
-
Method Details
-
getName
String getName()- Returns:
- Returns the name of the component.
-
getSystemId
String getSystemId()- Returns:
- Returns the system ID of the current file in an URL format.
-
getType
String getType()- Returns:
- Returns the type of the component.
-
getAnnotation
String getAnnotation()- Returns:
- Returns the annotation of the component.
-
getStartOffset
int getStartOffset()- Returns:
- Returns the start offset from the document . It returns 0 if the location cannot be determined.
-
getEndOffset
int getEndOffset()- Returns:
- Returns the end offset from the current document. It returns 0 if the location cannot be determined.
-