-
public final class SetAttributesAsTextRequestRequest object containing input parameters for the DOMDomain.setAttributesAsText command.
-
-
Constructor Summary
Constructors Constructor Description SetAttributesAsTextRequest(Integer nodeId, String text, String name)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Stringcomponent2()final Stringcomponent3()final SetAttributesAsTextRequestcopy(Integer nodeId, String text, String name)final IntegergetNodeId()Id of the element to set attributes for. final StringgetText()Text with a number of attributes. final StringgetName()Attribute name to replace with new attributes derived from text in case text parsed successfully. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final String component2()
-
component3
final String component3()
-
copy
final SetAttributesAsTextRequest copy(Integer nodeId, String text, String name)
-
getText
final String getText()
Text with a number of attributes. Will parse this text using HTML parser.
-
-
-
-