|
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
abstract fun getAttribute(index: Int): XmlAttribute! |
|
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
abstract fun getAttributeCount(): Int |
|
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
abstract fun getAttributeList(): MutableList<XmlAttribute!>! |
|
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
abstract fun getAttributeOrBuilder(index: Int): XmlAttributeOrBuilder! |
|
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
abstract fun getAttributeOrBuilderList(): MutableList<out XmlAttributeOrBuilder!>! |
|
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
abstract fun getChild(index: Int): XmlNode! |
|
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
abstract fun getChildCount(): Int |
|
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
abstract fun getChildList(): MutableList<XmlNode!>! |
|
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
abstract fun getChildOrBuilder(index: Int): XmlNodeOrBuilder! |
|
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
abstract fun getChildOrBuilderList(): MutableList<out XmlNodeOrBuilder!>! |
|
The name of this element.
string name = 3;
abstract fun getName(): String! |
|
The name of this element.
string name = 3;
abstract fun getNameBytes(): ByteString! |
|
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
abstract fun getNamespaceDeclaration(index: Int): XmlNamespace! |
|
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
abstract fun getNamespaceDeclarationCount(): Int |
|
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
abstract fun getNamespaceDeclarationList(): MutableList<XmlNamespace!>! |
|
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
abstract fun getNamespaceDeclarationOrBuilder(index: Int): XmlNamespaceOrBuilder! |
|
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
abstract fun getNamespaceDeclarationOrBuilderList(): MutableList<out XmlNamespaceOrBuilder!>! |
|
The namespace URI of this element.
string namespace_uri = 2;
abstract fun getNamespaceUri(): String! |
|
The namespace URI of this element.
string namespace_uri = 2;
abstract fun getNamespaceUriBytes(): ByteString! |