|
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
fun addAllAttribute(values: MutableIterable<XmlAttribute!>!): Builder! |
|
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
fun addAllChild(values: MutableIterable<XmlNode!>!): Builder! |
|
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
fun addAllNamespaceDeclaration(values: MutableIterable<XmlNamespace!>!): Builder! |
|
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
fun addAttribute(value: XmlAttribute!): Builder!
fun addAttribute(index: Int, value: XmlAttribute!): Builder!
fun addAttribute(builderForValue: Builder!): Builder!
fun addAttribute(index: Int, builderForValue: Builder!): Builder! |
|
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
fun addAttributeBuilder(): Builder!
fun addAttributeBuilder(index: Int): Builder! |
|
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
fun addChild(value: XmlNode!): Builder!
fun addChild(index: Int, value: XmlNode!): Builder!
fun addChild(builderForValue: Builder!): Builder!
fun addChild(index: Int, builderForValue: Builder!): Builder! |
|
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
fun addChildBuilder(): Builder!
fun addChildBuilder(index: Int): Builder! |
|
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
fun addNamespaceDeclaration(value: XmlNamespace!): Builder!
fun addNamespaceDeclaration(index: Int, value: XmlNamespace!): Builder!
fun addNamespaceDeclaration(builderForValue: Builder!): Builder!
fun addNamespaceDeclaration(index: Int, builderForValue: Builder!): Builder! |
|
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
fun addNamespaceDeclarationBuilder(): Builder!
fun addNamespaceDeclarationBuilder(index: Int): Builder! |
|
fun addRepeatedField(field: FieldDescriptor!, value: Any!): Builder! |
|
fun build(): XmlElement! |
|
fun buildPartial(): XmlElement! |
|
fun clear(): Builder! |
|
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
fun clearAttribute(): Builder! |
|
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
fun clearChild(): Builder! |
|
fun clearField(field: FieldDescriptor!): Builder! |
|
The name of this element.
string name = 3;
fun clearName(): Builder! |
|
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
fun clearNamespaceDeclaration(): Builder! |
|
The namespace URI of this element.
string namespace_uri = 2;
fun clearNamespaceUri(): Builder! |
|
fun clearOneof(oneof: OneofDescriptor!): Builder! |
|
fun clone(): Builder! |
|
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
fun getAttribute(index: Int): XmlAttribute! |
|
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
fun getAttributeBuilder(index: Int): Builder! |
|
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
fun getAttributeBuilderList(): MutableList<Builder!>! |
|
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
fun getAttributeCount(): Int |
|
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
fun getAttributeList(): MutableList<XmlAttribute!>! |
|
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
fun getAttributeOrBuilder(index: Int): XmlAttributeOrBuilder! |
|
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
fun getAttributeOrBuilderList(): MutableList<out XmlAttributeOrBuilder!>! |
|
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
fun getChild(index: Int): XmlNode! |
|
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
fun getChildBuilder(index: Int): Builder! |
|
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
fun getChildBuilderList(): MutableList<Builder!>! |
|
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
fun getChildCount(): Int |
|
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
fun getChildList(): MutableList<XmlNode!>! |
|
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
fun getChildOrBuilder(index: Int): XmlNodeOrBuilder! |
|
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
fun getChildOrBuilderList(): MutableList<out XmlNodeOrBuilder!>! |
|
fun getDefaultInstanceForType(): XmlElement! |
|
static fun getDescriptor(): Descriptor! |
|
fun getDescriptorForType(): Descriptor! |
|
The name of this element.
string name = 3;
fun getName(): String! |
|
The name of this element.
string name = 3;
fun getNameBytes(): ByteString! |
|
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
fun getNamespaceDeclaration(index: Int): XmlNamespace! |
|
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
fun getNamespaceDeclarationBuilder(index: Int): Builder! |
|
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
fun getNamespaceDeclarationBuilderList(): MutableList<Builder!>! |
|
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
fun getNamespaceDeclarationCount(): Int |
|
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
fun getNamespaceDeclarationList(): MutableList<XmlNamespace!>! |
|
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
fun getNamespaceDeclarationOrBuilder(index: Int): XmlNamespaceOrBuilder! |
|
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
fun getNamespaceDeclarationOrBuilderList(): MutableList<out XmlNamespaceOrBuilder!>! |
|
The namespace URI of this element.
string namespace_uri = 2;
fun getNamespaceUri(): String! |
|
The namespace URI of this element.
string namespace_uri = 2;
fun getNamespaceUriBytes(): ByteString! |
|
fun internalGetFieldAccessorTable(): FieldAccessorTable! |
|
fun isInitialized(): Boolean |
|
fun mergeFrom(other: Message!): Builder!
fun mergeFrom(other: XmlElement!): Builder!
fun mergeFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): Builder! |
|
fun mergeUnknownFields(unknownFields: UnknownFieldSet!): Builder! |
|
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
fun removeAttribute(index: Int): Builder! |
|
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
fun removeChild(index: Int): Builder! |
|
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
fun removeNamespaceDeclaration(index: Int): Builder! |
|
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
fun setAttribute(index: Int, value: XmlAttribute!): Builder!
fun setAttribute(index: Int, builderForValue: Builder!): Builder! |
|
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
fun setChild(index: Int, value: XmlNode!): Builder!
fun setChild(index: Int, builderForValue: Builder!): Builder! |
|
fun setField(field: FieldDescriptor!, value: Any!): Builder! |
|
The name of this element.
string name = 3;
fun setName(value: String!): Builder! |
|
The name of this element.
string name = 3;
fun setNameBytes(value: ByteString!): Builder! |
|
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
fun setNamespaceDeclaration(index: Int, value: XmlNamespace!): Builder!
fun setNamespaceDeclaration(index: Int, builderForValue: Builder!): Builder! |
|
The namespace URI of this element.
string namespace_uri = 2;
fun setNamespaceUri(value: String!): Builder! |
|
The namespace URI of this element.
string namespace_uri = 2;
fun setNamespaceUriBytes(value: ByteString!): Builder! |
|
fun setRepeatedField(field: FieldDescriptor!, index: Int, value: Any!): Builder! |
|
fun setUnknownFields(unknownFields: UnknownFieldSet!): Builder! |