HomeSort by relevance Sort by last modified time
    Searched full:lexicalrepresentation (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeFactory.java 159 * @param lexicalRepresentation <code>String</code> representation of a <code>Duration</code>.
161 * @return New <code>Duration</code> created from parsing the <code>lexicalRepresentation</code>.
163 * @throws IllegalArgumentException If <code>lexicalRepresentation</code> is not a valid representation of a <code>Duration</code>.
165 * @throws NullPointerException if <code>lexicalRepresentation</code> is <code>null</code>.
167 public abstract Duration newDuration(final String lexicalRepresentation);
322 * @param lexicalRepresentation Lexical representation of a duration.
324 * @return New <code>Duration</code> created using the specified <code>lexicalRepresentation</code>.
328 * @throws NullPointerException If <code>lexicalRepresentation</code> is <code>null</code>.
330 public Duration newDurationDayTime(final String lexicalRepresentation) {
331 if (lexicalRepresentation == null)
    [all...]
XMLGregorianCalendar.java 156 * {@link #toString()}, {@link DatatypeFactory#newXMLGregorianCalendar(String lexicalRepresentation)}</li>
194 * {@link DatatypeFactory#newXMLGregorianCalendar(String lexicalRepresentation)},
    [all...]
Duration.java     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 142 milliseconds