Interface Resources.XmlNodeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Resources.XmlNode, Resources.XmlNode.Builder
    Enclosing class:
    Resources

    public static interface Resources.XmlNodeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasElement

        boolean hasElement()
        .aapt.pb.XmlElement element = 1;
        Returns:
        Whether the element field is set.
      • getElement

        Resources.XmlElement getElement()
        .aapt.pb.XmlElement element = 1;
        Returns:
        The element.
      • hasText

        boolean hasText()
        string text = 2;
        Returns:
        Whether the text field is set.
      • getText

        java.lang.String getText()
        string text = 2;
        Returns:
        The text.
      • getTextBytes

        com.google.protobuf.ByteString getTextBytes()
        string text = 2;
        Returns:
        The bytes for text.
      • hasSource

        boolean hasSource()
         Source line and column info.
         
        .aapt.pb.SourcePosition source = 3;
        Returns:
        Whether the source field is set.
      • getSource

        Resources.SourcePosition getSource()
         Source line and column info.
         
        .aapt.pb.SourcePosition source = 3;
        Returns:
        The source.