The members of Org.Xml.Sax.Helpers.NamespaceSupport are listed below.
See Also: Inherited members from Java.Lang.Object
Create a new Namespace support object. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | DeclaredPrefixes | Java.Util.IEnumeration. Return an enumeration of all prefixes declared in this context. |
NamespaceDeclUris | bool. Returns true if namespace declaration attributes are placed into a namespace. | |
[read-only] | Prefixes | Java.Util.IEnumeration. Return an enumeration of all prefixes whose declarations are active in the current context. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
DeclarePrefix(string, string)Declare a Namespace prefix. | ||
GetPrefix(string)Return one of the prefixes mapped to a Namespace URI. | ||
GetPrefixes(string)Return an enumeration of all prefixes for a given URI whose declarations are active in the current context. | ||
GetURI(string)Look up a prefix and get the currently-mapped Namespace URI. | ||
PopContext()Revert to the previous Namespace context. | ||
ProcessName(string, string[], bool)Process a raw XML qualified name, after all declarations in the current context have been handled by NamespaceSupport.DeclarePrefix(string, System.String). | ||
PushContext()Start a new Namespace context. | ||
Reset()Reset this Namespace support object for reuse. |