Java org.xml.sax.helpers NamespaceSupport fields, constructors, methods, implement or subclass

Example usage for Java org.xml.sax.helpers NamespaceSupport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.xml.sax.helpers NamespaceSupport.

The text is from its open source code.

Field

StringXMLNS
The XML Namespace URI as a constant.

Constructor

NamespaceSupport()
Create a new Namespace support object.

Method

booleandeclarePrefix(String prefix, String uri)
Declare a Namespace prefix.
EnumerationgetPrefixes()
Return an enumeration of all prefixes whose declarations are active in the current context.
StringgetURI(String prefix)
Look up a prefix and get the currently-mapped Namespace URI.