Package __redirected
Class __DatatypeFactory
java.lang.Object
javax.xml.datatype.DatatypeFactory
__redirected.__DatatypeFactory
A redirecting DatatypeFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DatatypeFactory
private static Constructor<? extends DatatypeFactory>
private static final Constructor<? extends DatatypeFactory>
Fields inherited from class javax.xml.datatype.DatatypeFactory
DATATYPEFACTORY_IMPLEMENTATION_CLASS, DATATYPEFACTORY_PROPERTY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
changeDefaultFactory
(ModuleIdentifier id, ModuleLoader loader) static void
init()
Init method.newDuration
(boolean isPositive, int years, int months, int days, int hours, int minutes, int seconds) newDuration
(boolean isPositive, BigInteger years, BigInteger months, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds) newDuration
(long durationInMilliSeconds) newDuration
(String lexicalRepresentation) newDurationDayTime
(boolean isPositive, int day, int hour, int minute, int second) newDurationDayTime
(boolean isPositive, BigInteger day, BigInteger hour, BigInteger minute, BigInteger second) newDurationDayTime
(long durationInMilliseconds) newDurationDayTime
(String lexicalRepresentation) newDurationYearMonth
(boolean isPositive, int year, int month) newDurationYearMonth
(boolean isPositive, BigInteger year, BigInteger month) newDurationYearMonth
(long durationInMilliseconds) newDurationYearMonth
(String lexicalRepresentation) newXMLGregorianCalendar
(int year, int month, int day, int hour, int minute, int second, int millisecond, int timezone) newXMLGregorianCalendar
(String lexicalRepresentation) newXMLGregorianCalendar
(BigInteger year, int month, int day, int hour, int minute, int second, BigDecimal fractionalSecond, int timezone) newXMLGregorianCalendarDate
(int year, int month, int day, int timezone) newXMLGregorianCalendarTime
(int hours, int minutes, int seconds, int timezone) newXMLGregorianCalendarTime
(int hours, int minutes, int seconds, int milliseconds, int timezone) newXMLGregorianCalendarTime
(int hours, int minutes, int seconds, BigDecimal fractionalSecond, int timezone) static void
toString()
Methods inherited from class javax.xml.datatype.DatatypeFactory
newDefaultInstance, newInstance, newInstance
-
Field Details
-
PLATFORM_FACTORY
-
DEFAULT_FACTORY
-
actual
-
-
Constructor Details
-
__DatatypeFactory
public __DatatypeFactory()Construct a new instance.
-
-
Method Details
-
changeDefaultFactory
-
restorePlatformFactory
public static void restorePlatformFactory() -
init
public static void init()Init method. -
newDuration
- Specified by:
newDuration
in classDatatypeFactory
-
toString
-
newDuration
- Specified by:
newDuration
in classDatatypeFactory
-
newDuration
public Duration newDuration(boolean isPositive, BigInteger years, BigInteger months, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds) - Specified by:
newDuration
in classDatatypeFactory
-
newDuration
public Duration newDuration(boolean isPositive, int years, int months, int days, int hours, int minutes, int seconds) - Overrides:
newDuration
in classDatatypeFactory
-
newDurationDayTime
- Overrides:
newDurationDayTime
in classDatatypeFactory
-
newDurationDayTime
- Overrides:
newDurationDayTime
in classDatatypeFactory
-
newDurationDayTime
public Duration newDurationDayTime(boolean isPositive, BigInteger day, BigInteger hour, BigInteger minute, BigInteger second) - Overrides:
newDurationDayTime
in classDatatypeFactory
-
newDurationDayTime
- Overrides:
newDurationDayTime
in classDatatypeFactory
-
newDurationYearMonth
- Overrides:
newDurationYearMonth
in classDatatypeFactory
-
newDurationYearMonth
- Overrides:
newDurationYearMonth
in classDatatypeFactory
-
newDurationYearMonth
- Overrides:
newDurationYearMonth
in classDatatypeFactory
-
newDurationYearMonth
- Overrides:
newDurationYearMonth
in classDatatypeFactory
-
newXMLGregorianCalendar
- Specified by:
newXMLGregorianCalendar
in classDatatypeFactory
-
newXMLGregorianCalendar
- Specified by:
newXMLGregorianCalendar
in classDatatypeFactory
-
newXMLGregorianCalendar
- Specified by:
newXMLGregorianCalendar
in classDatatypeFactory
-
newXMLGregorianCalendar
public XMLGregorianCalendar newXMLGregorianCalendar(BigInteger year, int month, int day, int hour, int minute, int second, BigDecimal fractionalSecond, int timezone) - Specified by:
newXMLGregorianCalendar
in classDatatypeFactory
-
newXMLGregorianCalendar
public XMLGregorianCalendar newXMLGregorianCalendar(int year, int month, int day, int hour, int minute, int second, int millisecond, int timezone) - Overrides:
newXMLGregorianCalendar
in classDatatypeFactory
-
newXMLGregorianCalendarDate
- Overrides:
newXMLGregorianCalendarDate
in classDatatypeFactory
-
newXMLGregorianCalendarTime
public XMLGregorianCalendar newXMLGregorianCalendarTime(int hours, int minutes, int seconds, int timezone) - Overrides:
newXMLGregorianCalendarTime
in classDatatypeFactory
-
newXMLGregorianCalendarTime
public XMLGregorianCalendar newXMLGregorianCalendarTime(int hours, int minutes, int seconds, BigDecimal fractionalSecond, int timezone) - Overrides:
newXMLGregorianCalendarTime
in classDatatypeFactory
-
newXMLGregorianCalendarTime
public XMLGregorianCalendar newXMLGregorianCalendarTime(int hours, int minutes, int seconds, int milliseconds, int timezone) - Overrides:
newXMLGregorianCalendarTime
in classDatatypeFactory
-