Searched refs:DurationDayTimeImpl (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDurationDayTimeImpl.java53 class DurationDayTimeImpl class in inherits:DurationImpl
56 public DurationDayTimeImpl( method in class:DurationDayTimeImpl
67 public DurationDayTimeImpl( method in class:DurationDayTimeImpl
104 protected DurationDayTimeImpl(String lexicalRepresentation) { method in class:DurationDayTimeImpl
153 protected DurationDayTimeImpl(final long durationInMilliseconds) { method in class:DurationDayTimeImpl
H A DDatatypeFactoryImpl.java362 return new DurationDayTimeImpl(lexicalRepresentation);
404 return new DurationDayTimeImpl(durationInMilliseconds);
446 return new DurationDayTimeImpl(
487 return new DurationDayTimeImpl(

Completed in 103 milliseconds