LiquidTechnologies.XmlObjects Namespace / LxWriterSettings.NamespaceAliasSettings.NamespaceAliasEntry Class
Properties


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

    The following tables list the members exposed by LxWriterSettings.NamespaceAliasSettings.NamespaceAliasEntry.

    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