Uses of Enum Class
com._1c.g5.v8.dt.xml.XmlNamespaces
Packages that use XmlNamespaces
-
Uses of XmlNamespaces in com._1c.g5.v8.dt.export.xml.writer
Methods in com._1c.g5.v8.dt.export.xml.writer with parameters of type XmlNamespacesModifier and TypeMethodDescriptionprotected voidExportXmlStreamWriter.addKnownPrefix(XmlNamespaces namespace) Add new alias from namespace URI to prefix.voidExportXmlStreamWriter.writeDefaultNamespace(XmlNamespaces namespace) Writes the default namespace to the stream.voidExportXmlStreamWriter.writeNamespace(XmlNamespaces namespace) Writes a namespace to the output stream. -
Uses of XmlNamespaces in com._1c.g5.v8.dt.xml
Methods in com._1c.g5.v8.dt.xml that return XmlNamespacesModifier and TypeMethodDescriptionstatic XmlNamespacesReturns the enum constant of this class with the specified name.static XmlNamespaces[]XmlNamespaces.values()Returns an array containing the constants of this enum class, in the order they are declared.