|
fun equals(other: Any?): Boolean |
|
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 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 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!>! |
|
static fun getDefaultInstance(): XmlElement! |
|
fun getDefaultInstanceForType(): XmlElement! |
|
static fun getDescriptor(): 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 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 getParserForType(): Parser<XmlElement!>! |
|
fun getSerializedSize(): Int |
|
fun getUnknownFields(): UnknownFieldSet! |
|
fun hashCode(): Int |
|
fun internalGetFieldAccessorTable(): FieldAccessorTable! |
|
fun isInitialized(): Boolean |
|
static fun newBuilder(): Builder!
static fun newBuilder(prototype: XmlElement!): Builder! |
|
fun newBuilderForType(): Builder!
fun newBuilderForType(parent: BuilderParent!): Builder! |
|
fun newInstance(unused: UnusedPrivateParameter!): Any! |
|
static fun parseDelimitedFrom(input: InputStream!): XmlElement!
static fun parseDelimitedFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): XmlElement! |
|
static fun parseFrom(data: ByteBuffer!): XmlElement!
static fun parseFrom(data: ByteBuffer!, extensionRegistry: ExtensionRegistryLite!): XmlElement!
static fun parseFrom(data: ByteString!): XmlElement!
static fun parseFrom(data: ByteString!, extensionRegistry: ExtensionRegistryLite!): XmlElement!
static fun parseFrom(data: ByteArray!): XmlElement!
static fun parseFrom(data: ByteArray!, extensionRegistry: ExtensionRegistryLite!): XmlElement!
static fun parseFrom(input: InputStream!): XmlElement!
static fun parseFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): XmlElement!
static fun parseFrom(input: CodedInputStream!): XmlElement!
static fun parseFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): XmlElement! |
|
static fun parser(): Parser<XmlElement!>! |
|
fun toBuilder(): Builder! |
|
fun writeTo(output: CodedOutputStream!): Unit |