| 
 | BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface NamespaceContext
Represents an interface to query namespace information.
| Field Summary | |
|---|---|
| static String | XML_URIDeprecated. The XML Namespace ("http://www.w3.org/XML/1998/namespace"). | 
| static String | XMLNS_URIDeprecated. XML Information Set REC all namespace attributes (including those named xmlns, whose [prefix] property has no value) have a namespace URI of http://www.w3.org/2000/xmlns/ | 
| Method Summary | |
|---|---|
|  String | getDeclaredPrefixAt(int index)Deprecated. Returns the prefix at the specified index in the current context. | 
|  int | getDeclaredPrefixCount()Deprecated. Return a count of all prefixes currently declared, including the default prefix if bound. | 
|  NamespaceContext | getParentContext()Deprecated. Returns the parent namespace context or null if there is no parent context. | 
|  String | getURI(String prefix)Deprecated. Look up a prefix and get the currently-mapped Namespace URI. | 
| Field Detail | 
|---|
static final String XML_URI
static final String XMLNS_URI
| Method Detail | 
|---|
String getURI(String prefix)
This method looks up the prefix in the current context. Use the empty string ("") for the default Namespace.
prefix - The prefix to look up.
int getDeclaredPrefixCount()
String getDeclaredPrefixAt(int index)
NamespaceContext getParentContext()
Note: This method may return the same NamespaceContext object reference. The caller is responsible for saving the declared prefix mappings before calling this method.
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||