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
Modifier and TypeMethodDescriptionstring prefix = 1;com.google.protobuf.ByteStringstring prefix = 1;Source line and column info.Source line and column info.getUri()string uri = 2;com.google.protobuf.ByteStringstring uri = 2;booleanSource line and column info.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPrefix
String getPrefix()string prefix = 1;- Returns:
- The prefix.
-
getPrefixBytes
com.google.protobuf.ByteString getPrefixBytes()string prefix = 1;- Returns:
- The bytes for prefix.
-
getUri
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;
-