Package com.android.aapt
Interface Resources.XmlElementOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Resources.XmlElement,Resources.XmlElement.Builder
- Enclosing class:
- Resources
public static interface Resources.XmlElementOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resources.XmlAttributegetAttribute(int index)The attributes of this element.intgetAttributeCount()The attributes of this element.java.util.List<Resources.XmlAttribute>getAttributeList()The attributes of this element.Resources.XmlAttributeOrBuildergetAttributeOrBuilder(int index)The attributes of this element.java.util.List<? extends Resources.XmlAttributeOrBuilder>getAttributeOrBuilderList()The attributes of this element.Resources.XmlNodegetChild(int index)The children of this element.intgetChildCount()The children of this element.java.util.List<Resources.XmlNode>getChildList()The children of this element.Resources.XmlNodeOrBuildergetChildOrBuilder(int index)The children of this element.java.util.List<? extends Resources.XmlNodeOrBuilder>getChildOrBuilderList()The children of this element.java.lang.StringgetName()The name of this element.com.google.protobuf.ByteStringgetNameBytes()The name of this element.Resources.XmlNamespacegetNamespaceDeclaration(int index)Namespaces defined on this element.intgetNamespaceDeclarationCount()Namespaces defined on this element.java.util.List<Resources.XmlNamespace>getNamespaceDeclarationList()Namespaces defined on this element.Resources.XmlNamespaceOrBuildergetNamespaceDeclarationOrBuilder(int index)Namespaces defined on this element.java.util.List<? extends Resources.XmlNamespaceOrBuilder>getNamespaceDeclarationOrBuilderList()Namespaces defined on this element.java.lang.StringgetNamespaceUri()The namespace URI of this element.com.google.protobuf.ByteStringgetNamespaceUriBytes()The namespace URI of this element.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespaceDeclarationList
java.util.List<Resources.XmlNamespace> getNamespaceDeclarationList()
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
-
getNamespaceDeclaration
Resources.XmlNamespace getNamespaceDeclaration(int index)
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
-
getNamespaceDeclarationCount
int getNamespaceDeclarationCount()
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
-
getNamespaceDeclarationOrBuilderList
java.util.List<? extends Resources.XmlNamespaceOrBuilder> getNamespaceDeclarationOrBuilderList()
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
-
getNamespaceDeclarationOrBuilder
Resources.XmlNamespaceOrBuilder getNamespaceDeclarationOrBuilder(int index)
Namespaces defined on this element.
repeated .aapt.pb.XmlNamespace namespace_declaration = 1;
-
getNamespaceUri
java.lang.String getNamespaceUri()
The namespace URI of this element.
string namespace_uri = 2;- Returns:
- The namespaceUri.
-
getNamespaceUriBytes
com.google.protobuf.ByteString getNamespaceUriBytes()
The namespace URI of this element.
string namespace_uri = 2;- Returns:
- The bytes for namespaceUri.
-
getName
java.lang.String getName()
The name of this element.
string name = 3;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name of this element.
string name = 3;- Returns:
- The bytes for name.
-
getAttributeList
java.util.List<Resources.XmlAttribute> getAttributeList()
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
-
getAttribute
Resources.XmlAttribute getAttribute(int index)
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
-
getAttributeCount
int getAttributeCount()
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
-
getAttributeOrBuilderList
java.util.List<? extends Resources.XmlAttributeOrBuilder> getAttributeOrBuilderList()
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
-
getAttributeOrBuilder
Resources.XmlAttributeOrBuilder getAttributeOrBuilder(int index)
The attributes of this element.
repeated .aapt.pb.XmlAttribute attribute = 4;
-
getChildList
java.util.List<Resources.XmlNode> getChildList()
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
-
getChild
Resources.XmlNode getChild(int index)
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
-
getChildCount
int getChildCount()
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
-
getChildOrBuilderList
java.util.List<? extends Resources.XmlNodeOrBuilder> getChildOrBuilderList()
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
-
getChildOrBuilder
Resources.XmlNodeOrBuilder getChildOrBuilder(int index)
The children of this element.
repeated .aapt.pb.XmlNode child = 5;
-
-