org.apache.xml.serializer.dom3
public class NamespaceSupport extends Object
Version: $Id: Exp $
| Field Summary | |
|---|---|
| static String | XMLNS_URI
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/ |
| static String | XML_URI
The XML Namespace ("http://www.w3.org/XML/1998/namespace"). |
| Constructor Summary | |
|---|---|
| NamespaceSupport() Default constructor. | |
| Method Summary | |
|---|---|
| boolean | declarePrefix(String prefix, String uri) |
| Enumeration | getAllPrefixes() |
| String | getDeclaredPrefixAt(int index) |
| int | getDeclaredPrefixCount() |
| String | getPrefix(String uri) |
| String | getURI(String prefix) |
| void | popContext() |
| void | pushContext() |
| void | reset() |
See Also: org.apache.xerces.xni.NamespaceContext#declarePrefix(String, String)
See Also: org.apache.xerces.xni.NamespaceContext#getAllPrefixes()
See Also: org.apache.xerces.xni.NamespaceContext#getDeclaredPrefixAt(int)
See Also: org.apache.xerces.xni.NamespaceContext#getDeclaredPrefixCount()
See Also: org.apache.xerces.xni.NamespaceContext#getPrefix(String)
See Also: org.apache.xerces.xni.NamespaceContext#getURI(String)
See Also: org.apache.xerces.xni.NamespaceContext#popContext()
See Also: org.apache.xerces.xni.NamespaceContext#pushContext()
See Also: org.apache.xerces.xni.NamespaceContext#reset()