| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QName | |
|---|---|
| javax.xml.datatype | XML/Java Type Mappings. | 
| javax.xml.namespace | XML Namespace processing. | 
| javax.xml.xpath | This package provides an object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment. | 
| Uses of QName in javax.xml.datatype | 
|---|
| Fields in javax.xml.datatype declared as QName | |
|---|---|
| static QName | DatatypeConstants.DATEFully qualified name for W3C XML Schema 1.0 datatype date. | 
| static QName | DatatypeConstants.DATETIMEFully qualified name for W3C XML Schema 1.0 datatype dateTime. | 
| static QName | DatatypeConstants.DURATIONFully qualified name for W3C XML Schema datatype duration. | 
| static QName | DatatypeConstants.DURATION_DAYTIMEFully qualified name for XQuery 1.0 and XPath 2.0 datatype dayTimeDuration. | 
| static QName | DatatypeConstants.DURATION_YEARMONTHFully qualified name for XQuery 1.0 and XPath 2.0 datatype yearMonthDuration. | 
| static QName | DatatypeConstants.GDAYFully qualified name for W3C XML Schema 1.0 datatype gDay. | 
| static QName | DatatypeConstants.GMONTHFully qualified name for W3C XML Schema 1.0 datatype gMonth. | 
| static QName | DatatypeConstants.GMONTHDAYFully qualified name for W3C XML Schema 1.0 datatype gMonthDay. | 
| static QName | DatatypeConstants.GYEARFully qualified name for W3C XML Schema 1.0 datatype gYear. | 
| static QName | DatatypeConstants.GYEARMONTHFully qualified name for W3C XML Schema 1.0 datatype gYearMonth. | 
| static QName | DatatypeConstants.TIMEFully qualified name for W3C XML Schema 1.0 datatype time. | 
| Methods in javax.xml.datatype that return QName | |
|---|---|
| abstract  QName | XMLGregorianCalendar.getXMLSchemaType()Return the name of the XML Schema date/time type that this instance maps to. | 
|  QName | Duration.getXMLSchemaType()Return the name of the XML Schema date/time type that this instance maps to. | 
| Uses of QName in javax.xml.namespace | 
|---|
| Methods in javax.xml.namespace that return QName | |
|---|---|
| static QName | QName.valueOf(String qNameAsString)QNamederived from parsing the formattedString. | 
| Uses of QName in javax.xml.xpath | 
|---|
| Fields in javax.xml.xpath declared as QName | |
|---|---|
| static QName | XPathConstants.BOOLEANThe XPath 1.0 boolean data type. | 
| static QName | XPathConstants.NODEThe XPath 1.0 NodeSet data type. | 
| static QName | XPathConstants.NODESETThe XPath 1.0 NodeSet data type. | 
| static QName | XPathConstants.NUMBERThe XPath 1.0 number data type. | 
| static QName | XPathConstants.STRINGThe XPath 1.0 string data type. | 
| Methods in javax.xml.xpath with parameters of type QName | |
|---|---|
|  Object | XPathExpression.evaluate(InputSource source,
         QName returnType)Evaluate the compiled XPath expression in the context of the specified InputSourceand return the result as the
 specified type. | 
|  Object | XPathExpression.evaluate(Object item,
         QName returnType)Evaluate the compiled XPath expression in the specified context and return the result as the specified type. | 
|  Object | XPath.evaluate(String expression,
         InputSource source,
         QName returnType)Evaluate an XPath expression in the context of the specified InputSourceand return the result as the specified type. | 
|  Object | XPath.evaluate(String expression,
         Object item,
         QName returnType)Evaluate an XPathexpression in the specified context and return the result as the specified type. | 
|  XPathFunction | XPathFunctionResolver.resolveFunction(QName functionName,
                int arity)Find a function in the set of available functions. | 
|  Object | XPathVariableResolver.resolveVariable(QName variableName)Find a variable in the set of available variables. | 
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.