E G H J N Q T V

E

equals(Object) - Method in class javax.xml.namespace.QName
Returns true, if pOther instanceof QName getNamespaceURI().equals(pOther.getNamespaceURI()) getLocalPart().equals(pOther.getLocalPart()) Note: The prefix is ignored.

G

getLocalPart() - Method in class javax.xml.namespace.QName
Returns the local part of the QName.
getNamespaceURI(String) - Method in interface javax.xml.namespace.NamespaceContext
Given a prefix, returns the namespace URI associated with the prefix.
getNamespaceURI() - Method in class javax.xml.namespace.QName
Returns the namespace URI.
getPrefix(String) - Method in interface javax.xml.namespace.NamespaceContext
This method returns a prefix, which is currently mapped to the given namespace URI.
getPrefix() - Method in class javax.xml.namespace.QName
Returns the namespace prefix.
getPrefixes(String) - Method in interface javax.xml.namespace.NamespaceContext
This method returns a collection of prefixes, which are currently mapped to the given namespace URI.

H

hashCode() - Method in class javax.xml.namespace.QName
Returns the QName's hash code.

J

javax.xml.namespace - package javax.xml.namespace
This package contains namespace related classes, which are part of Java 5.

N

NamespaceContext - Interface in javax.xml.namespace
The NamespaceContext interface is a helper tool for XML parsing applications which need to know the mappings between XML namespace prefixes and namespace URI's.

Q

QName - Class in javax.xml.namespace
A QName is a qualified name, as specified by XML Schema Part2: Datatypes specification, Namespaces in XML, Namespaces in XML Errata.
QName(String, String) - Constructor for class javax.xml.namespace.QName
Creates a new QName with the given pNamespaceURI and pLocalPart.
QName(String, String, String) - Constructor for class javax.xml.namespace.QName
Creates a new QName with the given pNamespaceURI, pLocalPart, and pPrefix.
QName(String) - Constructor for class javax.xml.namespace.QName
Creates a new QName with the given pLocalPart, the namespace URI "" (empty string), and the prefix "" (empty string).

T

toString() - Method in class javax.xml.namespace.QName
Converts the QName into a string representation.

V

valueOf(String) - Static method in class javax.xml.namespace.QName
Parses the given string representation of a pQName.

E G H J N Q T V

Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.