Package icyllis.modernui.resources
Class ResourceUtils
java.lang.Object
icyllis.modernui.resources.ResourceUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
findAttribute
(XMLStreamReader reader, String name) static String
findNonEmptyAttribute
(XMLStreamReader reader, String name) static int
indexOfAttribute
(String[] keys, String namespace, String attribute) Find the index of the attribute in the sorted keys (namespace=>attribute pairs).static ResourceValues.Reference
-
Constructor Details
-
ResourceUtils
public ResourceUtils()
-
-
Method Details