java.lang.Object
javax.xml.datatype.DatatypeFactory
- See Also:
- Top Examples, Source Code,
DATATYPEFACTORY_IMPLEMENTATION_CLASS
, Properties
, DatatypeConfigurationException
, DATATYPEFACTORY_PROPERTY
, newInstance()
protected DatatypeFactory()
- See Also:
newInstance()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String DATATYPEFACTORY_IMPLEMENTATION_CLASS
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String DATATYPEFACTORY_PROPERTY
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Duration newDuration(boolean isPositive,
int years,
int months,
int days,
int hours,
int minutes,
int seconds)
- See Also:
newDuration(
boolean isPositive,
BigInteger years,
BigInteger months,
BigInteger days,
BigInteger hours,
BigInteger minutes,
BigDecimal seconds)
, IllegalArgumentException, DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Duration newDuration(boolean isPositive,
BigInteger years,
BigInteger months,
BigInteger days,
BigInteger hours,
BigInteger minutes,
BigDecimal seconds)
- See Also:
- UnsupportedOperationException, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Duration newDuration(String lexicalRepresentation)
- See Also:
- NullPointerException, UnsupportedOperationException, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Duration newDuration(long durationInMilliSeconds)
- See Also:
Duration.getDays()
, Duration.getMonths()
, Calendar.FEBRUARY
, Calendar.DATE
, Calendar.JANUARY
, Calendar.MONTH
, Calendar.YEAR
, GregorianCalendar
, XMLGregorianCalendar
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Duration newDurationDayTime(boolean isPositive,
int day,
int hour,
int minute,
int second)
- See Also:
- IllegalArgumentException,
DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Duration newDurationDayTime(boolean isPositive,
BigInteger day,
BigInteger hour,
BigInteger minute,
BigInteger second)
- See Also:
- UnsupportedOperationException, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Duration newDurationDayTime(String lexicalRepresentation)
- See Also:
- NullPointerException, UnsupportedOperationException, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Duration newDurationDayTime(long durationInMilliseconds)
- See Also:
-
Duration.getDays()
, Calendar.FEBRUARY
, Calendar.DATE
, Calendar.JANUARY
, Calendar.MONTH
, Calendar.YEAR
, GregorianCalendar
, XMLGregorianCalendar
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Duration newDurationYearMonth(boolean isPositive,
int year,
int month)
- See Also:
- IllegalArgumentException,
DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Duration newDurationYearMonth(boolean isPositive,
BigInteger year,
BigInteger month)
- See Also:
- UnsupportedOperationException, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Duration newDurationYearMonth(String lexicalRepresentation)
- See Also:
- NullPointerException, UnsupportedOperationException, IllegalArgumentException,
XMLConstants.W3C_XPATH_DATATYPE_NS_URI
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Duration newDurationYearMonth(long durationInMilliseconds)
- See Also:
Duration.getMonths()
, Calendar.FEBRUARY
, Calendar.DATE
, Calendar.JANUARY
, Calendar.MONTH
, Calendar.YEAR
, GregorianCalendar
, XMLGregorianCalendar
, XMLConstants.W3C_XPATH_DATATYPE_NS_URI
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static DatatypeFactory newInstance()
throws DatatypeConfigurationException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract XMLGregorianCalendar newXMLGregorianCalendar()
- See Also:
DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public XMLGregorianCalendar newXMLGregorianCalendar(int year,
int month,
int day,
int hour,
int minute,
int second,
int millisecond,
int timezone)
- See Also:
XMLGregorianCalendar.isValid()
, IllegalArgumentException, DatatypeConstants.FIELD_UNDEFINED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract XMLGregorianCalendar newXMLGregorianCalendar(String lexicalRepresentation)
- See Also:
- NullPointerException, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract XMLGregorianCalendar newXMLGregorianCalendar(BigInteger year,
int month,
int day,
int hour,
int minute,
int second,
BigDecimal fractionalSecond,
int timezone)
- See Also:
XMLGregorianCalendar.isValid()
, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract XMLGregorianCalendar newXMLGregorianCalendar(GregorianCalendar cal)
- See Also:
- NullPointerException,
XMLGregorianCalendar.setTimezone(int offset)
, XMLGregorianCalendar.setTime(int hour, int minute, int second, BigDecimal fractional)
, XMLGregorianCalendar.setDay(int day)
, XMLGregorianCalendar.setMonth(int month)
, XMLGregorianCalendar.setYear(int year)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public XMLGregorianCalendar newXMLGregorianCalendarDate(int year,
int month,
int day,
int timezone)
- See Also:
DatatypeConstants.FIELD_UNDEFINED
, XMLGregorianCalendar.isValid()
, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public XMLGregorianCalendar newXMLGregorianCalendarTime(int hours,
int minutes,
int seconds,
int timezone)
- See Also:
DatatypeConstants.FIELD_UNDEFINED
, XMLGregorianCalendar.isValid()
, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public XMLGregorianCalendar newXMLGregorianCalendarTime(int hours,
int minutes,
int seconds,
int milliseconds,
int timezone)
- See Also:
DatatypeConstants.FIELD_UNDEFINED
, XMLGregorianCalendar.isValid()
, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public XMLGregorianCalendar newXMLGregorianCalendarTime(int hours,
int minutes,
int seconds,
BigDecimal fractionalSecond,
int timezone)
- See Also:
DatatypeConstants.FIELD_UNDEFINED
, XMLGregorianCalendar.isValid()
, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples