Package com.android.aapt
Interface Resources.XmlNamespaceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Resources.XmlNamespace,Resources.XmlNamespace.Builder
- Enclosing class:
- Resources
public static interface Resources.XmlNamespaceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPrefix()string prefix = 1;com.google.protobuf.ByteStringgetPrefixBytes()string prefix = 1;Resources.SourcePositiongetSource()Source line and column info.Resources.SourcePositionOrBuildergetSourceOrBuilder()Source line and column info.java.lang.StringgetUri()string uri = 2;com.google.protobuf.ByteStringgetUriBytes()string uri = 2;booleanhasSource()Source line and column info.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPrefix
java.lang.String getPrefix()
string prefix = 1;- Returns:
- The prefix.
-
getPrefixBytes
com.google.protobuf.ByteString getPrefixBytes()
string prefix = 1;- Returns:
- The bytes for prefix.
-
getUri
java.lang.String getUri()
string uri = 2;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
string uri = 2;- Returns:
- The bytes for uri.
-
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.
-
getSourceOrBuilder
Resources.SourcePositionOrBuilder getSourceOrBuilder()
Source line and column info.
.aapt.pb.SourcePosition source = 3;
-
-