|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElementContext
Defines a context, including namespaces, for an Element.
| Method Summary | |
|---|---|
void |
addNamespaceURI(String prefix,
String namespaceURI)
Adds a namespace URI with the given prefix to this context. |
void |
removeNamespaceURI(String prefix)
Removes a namespace URI with the given prefix to this context. |
| Methods inherited from interface javax.xml.namespace.NamespaceContext |
|---|
getNamespaceURI, getPrefix, getPrefixes |
| Method Detail |
|---|
void addNamespaceURI(String prefix,
String namespaceURI)
prefix - The namespace prefix.namespaceURI - The namespace URI.void removeNamespaceURI(String prefix)
prefix - The prefix of the namespace URI to remove.
|
Please visit Base Apps, hosted on Sourceforge.net. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||