com.sun.jersey.json.impl.reader
Class JsonNamespaceContext
java.lang.Object
com.sun.jersey.json.impl.reader.JsonNamespaceContext
- All Implemented Interfaces:
- NamespaceContext
public class JsonNamespaceContext
- extends Object
- implements NamespaceContext
- Author:
- japod
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonNamespaceContext
public JsonNamespaceContext()
getNamespaceCount
protected int getNamespaceCount()
getNamespaceURI
public String getNamespaceURI(String prefix)
- Specified by:
getNamespaceURI
in interface NamespaceContext
getPrefix
public String getPrefix(String namespaceURI)
- Specified by:
getPrefix
in interface NamespaceContext
getPrefixes
public Iterator getPrefixes(String namespaceURI)
- Specified by:
getPrefixes
in interface NamespaceContext
Copyright © 2013 Oracle Corporation. All Rights Reserved.