PhoenixmlDb.XQuery
PrologNameContext
The prolog's namespace declarations and default element namespace, for expanding the element names in cdata-section-elements and suppress-indentation. The serializer matches an element by its expanded name, Q{uri}local, or by a bare local name when it is in no namespace; a raw p:b matched nothing, so a prefixed name never took effect (QT3 K2-Serialization-29, -30, Serialization-html-18, -19a, -19b, Serialization-xhtml-18, -19a, -19b, -19c), and an unprefixed name ignored the default element namespace (K2-Serialization-31).
#PrologNameContext
Namespace: PhoenixmlDb.XQuery.XQueryFacade
The prolog's namespace declarations and default element namespace, for expanding the element names in cdata-section-elements and suppress-indentation. The serializer matches an element by its expanded name,
Q{uri}local
, or by a bare local name when it is in no namespace; a raw
p:b
matched nothing, so a prefixed name never took effect (QT3 K2-Serialization-29, -30, Serialization-html-18, -19a, -19b, Serialization-xhtml-18, -19a, -19b, -19c), and an unprefixed name ignored the default element namespace (K2-Serialization-31).
#Methods
#Expand(String)
A name as the serializer matches it:
Q{uri}local
, or a bare local name in no namespace.