Package
Tree
Index
Deprecated
About
Frames
|
No Frames
Alphabetical Index
E
G
H
N
Q
T
V
E
equals(Object)
- method in class javax.xml.namespace.
QName
Tests this QName for equality with another object.
G
getLocalPart()
- method in class javax.xml.namespace.
QName
Gets the local part for this QName.
getNamespaceURI()
- method in class javax.xml.namespace.
QName
Gets the namespace URI for this QName.
getNamespaceURI(String)
- method in class javax.xml.namespace.
NamespaceContext
getPrefix()
- method in class javax.xml.namespace.
QName
Gets the prefix for this QName.
getPrefix(String)
- method in class javax.xml.namespace.
NamespaceContext
getPrefixes(String)
- method in class javax.xml.namespace.
NamespaceContext
H
hashCode()
- method in class javax.xml.namespace.
QName
Returns a hash code value for this QName object.
N
NamespaceContext
- interface javax.xml.namespace.
NamespaceContext
Q
QName
- class javax.xml.namespace.
QName
QName
class represents the value of a qualified name as specified in
XML Schema Part2: Datatypes specification
.
QName(String)
- constructor for class javax.xml.namespace.
QName
Constructor for the QName.
QName(String,String)
- constructor for class javax.xml.namespace.
QName
Constructor for the QName.
QName(String,String,String)
- constructor for class javax.xml.namespace.
QName
Constructor for the QName.
T
toString()
- method in class javax.xml.namespace.
QName
Returns a string representation of this QName.
V
valueOf(String)
- static method in class javax.xml.namespace.
QName
Returns a QName holding the value of the specified String.
Package
Tree
Index
Deprecated
About