|
Qizx fe-4.4p2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QName
Qualified name for XML elements and attributes.
The ItemFactory
interface is normally invoked for creating the
QName's used in the API. It is recommended to cache QNames when possible for
better performance.
Mandatory requirements for an implementation of this interface:
Method Summary | |
---|---|
String |
getLocalPart()
Returns the local part of the qualified name. |
String |
getNamespaceURI()
Returns the namespace URI of the QName. |
String |
getPrefix()
Returns an optional prefix associated with the QName (may be null). |
boolean |
hasNoNamespace()
Returns true if this QName has the empty namespace URI. |
Method Detail |
---|
String getLocalPart()
String getNamespaceURI()
If the QName has no namespace, this value is the blank string (not null).
String getPrefix()
boolean hasNoNamespace()
|
© 2010 Axyana Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |