StdNamespaceManger class final

Implemented types

Constructors

StdNamespaceManger()

Properties

all Iterable<MapEntry<String, String>>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
index int
getter/setter pair
namespaces Map<String, String>
final
reversedCache Map<String, String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
override
contain(String uri) bool
override
generate(String uri, {bool noPrefix = false}) String?
override
getPrefix(String uri) String?
override
getUri(String prefix) String?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited