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 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;