Searched defs:datatype (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/org/relaxng/datatype/
H A DDatatypeLibraryFactory.java34 package org.relaxng.datatype;
40 * The datatype library should provide the implementation of
43 * See the reference datatype library implementation for detail.
H A DDatatypeException.java34 package org.relaxng.datatype;
52 * A constructor for those datatype libraries which don't support any
H A DDatatypeLibrary.java34 package org.relaxng.datatype;
53 * A non-null valid datatype object.
67 * A non-null valid datatype object.
H A DDatatypeBuilder.java34 package org.relaxng.datatype;
H A DDatatypeStreamingValidator.java34 package org.relaxng.datatype;
H A DValidationContext.java34 package org.relaxng.datatype;
H A DDatatype.java34 package org.relaxng.datatype;
67 * If this datatype is context-dependent
84 * datatype, then this method must return without throwing any exception.
110 * If this datatype is context-dependent
132 * the semantics of the datatype. For that purpose, the sameValue
142 * If this datatype is context-dependent
163 * the definition of this datatype; false if otherwise.
181 * Indicates that the datatype doesn't have ID/IDREF semantics.
190 * treat this datatype as having ID semantics.
199 * treat this datatype a
[all...]
/openjdk7/jaxp/src/javax/xml/datatype/
H A DDatatypeConfigurationException.java26 package javax.xml.datatype;
H A DSecuritySupport.java26 package javax.xml.datatype;
H A DFactoryFinder.java26 package javax.xml.datatype;
H A DDatatypeFactory.java26 package javax.xml.datatype;
35 * <p>Factory that creates new <code>javax.xml.datatype</code> <code>Object</code>s that map XML to/from Java <code>Object</code>s.</p>
41 * If the system property specified by {@link #DATATYPEFACTORY_PROPERTY}, "<code>javax.xml.datatype.DatatypeFactory</code>",
51 * The services resolution mechanism is used, e.g. <code>META-INF/services/java.xml.datatype.DatatypeFactory</code>.
73 * <p>Default value is <code>javax.xml.datatype.DatatypeFactory</code>.</p>
75 public static final String DATATYPEFACTORY_PROPERTY = "javax.xml.datatype.DatatypeFactory";
89 public static final String DATATYPEFACTORY_IMPLEMENTATION_CLASS = new String("com.sun.org.apache.xerces.internal.jaxp.datatype.DatatypeFactoryImpl");
146 * it can use the factory to configure and obtain datatype instances.</P>
159 * @param factoryClassName fully qualified factory class name that provides implementation of <code>javax.xml.datatype.DatatypeFactory</code>.
357 * <p>The datatype <cod
[all...]
H A DDuration.java26 package javax.xml.datatype;
50 * to use for the duration datatype of XML Schema 1.0 with
220 "javax.xml.datatype.Duration#getXMLSchemaType():"
H A DDatatypeConstants.java26 package javax.xml.datatype;
210 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>dateTime</code>.</p>
215 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>time</code>.</p>
220 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>date</code>.</p>
225 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gYearMonth</code>.</p>
230 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gMonthDay</code>.</p>
235 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gYear</code>.</p>
240 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gMonth</code>.</p>
245 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gDay</code>.</p>
250 * <p>Fully qualified name for W3C XML Schema datatype <cod
[all...]
H A DXMLGregorianCalendar.java26 package javax.xml.datatype;
51 * date/time datatype fields and this class' fields. It also summarizes
68 * datatype<br/>
472 * <p>Return high order component for XML Schema 1.0 dateTime datatype field for
487 * <p>Return low order component for XML Schema 1.0 dateTime datatype field for
501 * <p>Return XML Schema 1.0 dateTime datatype field for
646 * <p><code>xsd:dateTime</code> datatype field mapping to accessors of
917 * <td><code>javax.xml.datatype.XMLGregorianCalendar</code> field</td>
958 * to source datatype having higher precision than target datatype
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/org/relaxng/datatype/helpers/
H A DParameterlessDatatypeBuilder.java34 package org.relaxng.datatype.helpers;
36 import org.relaxng.datatype.*;
H A DStreamingValidatorImpl.java34 package org.relaxng.datatype.helpers;
36 import org.relaxng.datatype.*;
H A DDatatypeLibraryLoader.java34 package org.relaxng.datatype.helpers;
36 import org.relaxng.datatype.DatatypeLibraryFactory;
37 import org.relaxng.datatype.DatatypeLibrary;
50 * Discovers the datatype library implementation from the classpath.
54 * from a given datatype library URI at run-time.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDurationYearMonthImpl.java26 package com.sun.org.apache.xerces.internal.jaxp.datatype;
29 import javax.xml.datatype.DatatypeConstants;
111 * <p>The datatype <code>xdt:yearMonthDuration</code> is a subtype of <code>xs:duration</code>
113 * This datatype resides in the namespace {@link javax.xml.XMLConstants#W3C_XPATH_DATATYPE_NS_URI}.</p>
156 * <p>The datatype <code>xdt:yearMonthDuration</code> is a subtype of <code>xs:duration</code>
158 * This datatype resides in the namespace {@link javax.xml.XMLConstants#W3C_XPATH_DATATYPE_NS_URI}.</p>
H A DDurationDayTimeImpl.java29 package com.sun.org.apache.xerces.internal.jaxp.datatype;
34 import javax.xml.datatype.DatatypeConstants;
88 * <p>The datatype <code>xdt:dayTimeDuration</code> is a subtype of <code>xs:duration</code>
90 * This datatype resides in the namespace <code>http://www.w3.org/2003/11/xpath-datatypes</code>.</p>
122 * <p>The datatype <code>xdt:dayTimeDuration</code> is a subtype of <code>xs:duration</code>
124 * This datatype resides in the namespace <code>http://www.w3.org/2003/11/xpath-datatypes</code>.</p>
H A DDatatypeFactoryImpl.java21 package com.sun.org.apache.xerces.internal.jaxp.datatype;
27 import javax.xml.datatype.DatatypeConstants;
28 import javax.xml.datatype.DatatypeFactory;
29 import javax.xml.datatype.Duration;
30 import javax.xml.datatype.XMLGregorianCalendar;
33 * <p>Factory that creates new <code>javax.xml.datatype</code> <code>Object</code>s that map XML to/from Java <code>Object</code>s.</p>
39 * If the system property specified by {@link #DATATYPEFACTORY_PROPERTY}, "<code>javax.xml.datatype.DatatypeFactory</code>",
49 * The services resolution mechanism is used, e.g. <code>META-INF/services/java.xml.datatype.DatatypeFactory</code>.
54 * {@link #DATATYPEFACTORY_IMPLEMENTATION_CLASS}, "<code>javax.xml.datatype.DatatypeFactoryImpl</code>".
265 * <p>The datatype <cod
[all...]
H A DDurationImpl.java21 package com.sun.org.apache.xerces.internal.jaxp.datatype;
33 import javax.xml.datatype.DatatypeConstants;
34 import javax.xml.datatype.Duration;
35 import javax.xml.datatype.XMLGregorianCalendar;
53 * to use for the duration datatype of XML Schema 1.0 with
1090 String methodName = "javax.xml.datatype.Duration" + "#isSet(DatatypeConstants.Field field)" ;
1120 String methodName = "javax.xml.datatype.Duration" + "#isSet(DatatypeConstants.Field field)";
1155 String methodName = "javax.xml.datatype.Duration" + "#isSet(DatatypeConstants.Field field) " ;
1187 "javax.xml.datatype.Duration"
1192 String methodName = "javax.xml.datatype
[all...]
H A DXMLGregorianCalendarImpl.java26 package com.sun.org.apache.xerces.internal.jaxp.datatype;
37 import javax.xml.datatype.DatatypeConstants;
38 import javax.xml.datatype.Duration;
39 import javax.xml.datatype.XMLGregorianCalendar;
61 * date/time datatype fields and this class' fields. It also summarizes
71 * Date/time datatype field mapping between XML Schema 1.0 and Java representation
78 * datatype<br/>
180 * <li> addition operation with {@link javax.xml.datatype.Duration}.
190 * @see javax.xml.datatype.Duration
372 // datatype thi
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/provider/
H A DProviderEndpointModel.java68 @NotNull final Class datatype; field in class:ProviderEndpointModel
96 datatype = (Class)types[0];
98 if (mode == Service.Mode.PAYLOAD && datatype!=Source.class) {

Completed in 84 milliseconds