Package org.apache.xmlbeans
Interface XmlQName
- All Superinterfaces:
XmlAnySimpleType,XmlObject,XmlTokenSource
- All Known Implementing Classes:
JavaNotationHolder,JavaNotationHolderEx,XmlNotationImpl,XmlNotationRestriction,XmlQNameImpl,XmlQNameRestriction
public interface XmlQName extends XmlAnySimpleType
Corresponds to the XML Schema
xs:QName type.
A QName is the logical combination of an XML namespace URI and a localName. Although in an XML instance document, a QName appears as "prefix:localName", the logical value of a QName does NOT contain any information about the prefix, only the namespace URI to which the prefix maps. For example, two QNames "a:hello" and "b:hello" are perfectly equivalent if "a:" in the first instance maps to the same URI as "b:" in the second instance.
Convertible to QName.
-
Field Summary
Fields Modifier and Type Field Description static XmlObjectFactory<XmlQName>Factorystatic SchemaTypetypeThe constantSchemaTypeobject representing this schema type.Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and Type Method Description QNamegetQNameValue()Returns this value as aQNamevoidsetQNameValue(QName name)Sets this value as aQNameMethods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, setStringValueMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
The constantSchemaTypeobject representing this schema type.
-
-
Method Details
-
getQNameValue
QName getQNameValue()Returns this value as aQName -
setQNameValue
Sets this value as aQName
-