LiquidTechnologies.XmlObjects Namespace / LxWriterSettings.NamespaceAliasSettings.NamespaceAliasEntry Class


In This Topic
    LxWriterSettings.NamespaceAliasSettings.NamespaceAliasEntry Class Properties
    In This Topic

    For a list of all members of this type, see LxWriterSettings.NamespaceAliasSettings.NamespaceAliasEntry members.

    Public Properties
     NameDescription
    Public PropertyThe Namespace uri to use for in the XML i.e. xmlns:myPrefix="http://mycompany.com/myschemanamespace"  
    Public PropertyThe prefix to use in the XML i.e. xmlns:myPrefix="http://mycompany.com/myschemanamespace". "" for the default namespace.  
    Public PropertyIndicates if the namespace should be declared up front in the XML root element or declared when it is needed with in the document (possible multiple times).  
    Top
    See Also