public class Attribute
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Attribute.Type
The type of attribute.
|
Constructor and Description |
---|
Attribute() |
Modifier and Type | Method and Description |
---|---|
Location |
getLocation()
Gets the location.
|
String |
getText()
Gets the text.
|
String |
getType()
Gets the type.
|
public String getType()
The type of attribute.
public String getText()
The text associated with the attribute.
public Location getLocation()
The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.
Copyright © 2021 IBM Cloud. All rights reserved.