booster / com.didiglobal.booster.aapt2 / Resources / XmlAttributeOrBuilder

XmlAttributeOrBuilder

interface XmlAttributeOrBuilder : MessageOrBuilder

Functions

getCompiledItem


      The optional interpreted/compiled version of the `value` string.
      
.aapt.pb.Item compiled_item = 6;

abstract fun getCompiledItem(): Item!

getCompiledItemOrBuilder


      The optional interpreted/compiled version of the `value` string.
      
.aapt.pb.Item compiled_item = 6;

abstract fun getCompiledItemOrBuilder(): ItemOrBuilder!

getName

string name = 2;

abstract fun getName(): String!

getNameBytes

string name = 2;

abstract fun getNameBytes(): ByteString!

getNamespaceUri

string namespace_uri = 1;

abstract fun getNamespaceUri(): String!

getNamespaceUriBytes

string namespace_uri = 1;

abstract fun getNamespaceUriBytes(): ByteString!

getResourceId


      The optional resource ID (0xPPTTEEEE) of the attribute.
      
uint32 resource_id = 5;

abstract fun getResourceId(): Int

getSource


      Source line and column info.
      
.aapt.pb.SourcePosition source = 4;

abstract fun getSource(): SourcePosition!

getSourceOrBuilder


      Source line and column info.
      
.aapt.pb.SourcePosition source = 4;

abstract fun getSourceOrBuilder(): SourcePositionOrBuilder!

getValue

string value = 3;

abstract fun getValue(): String!

getValueBytes

string value = 3;

abstract fun getValueBytes(): ByteString!

hasCompiledItem


      The optional interpreted/compiled version of the `value` string.
      
.aapt.pb.Item compiled_item = 6;

abstract fun hasCompiledItem(): Boolean

hasSource


      Source line and column info.
      
.aapt.pb.SourcePosition source = 4;

abstract fun hasSource(): Boolean