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 Details

    • 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.
    • getElementOrBuilder

      Resources.XmlElementOrBuilder getElementOrBuilder()
      .aapt.pb.XmlElement element = 1;
    • hasText

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

      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

       Source line and column info.
       
      .aapt.pb.SourcePosition source = 3;
      Returns:
      The source.
    • getSourceOrBuilder

      Resources.SourcePositionOrBuilder getSourceOrBuilder()
       Source line and column info.
       
      .aapt.pb.SourcePosition source = 3;
    • getNodeCase