Package system.xaml

Class XamlWriter

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Xaml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Xaml
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Xaml.XamlWriter
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • XamlWriter

        public XamlWriter​(java.lang.Object instance)
                   throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • XamlWriter

        public XamlWriter()
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • Close

        public void Close()
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • WriteEndMember

        public void WriteEndMember()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • WriteEndObject

        public void WriteEndObject()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • WriteGetObject

        public void WriteGetObject()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • WriteNamespace

        public void WriteNamespace​(NamespaceDeclaration namespaceDeclaration)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • WriteStartMember

        public void WriteStartMember​(XamlMember xamlMember)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • WriteStartObject

        public void WriteStartObject​(XamlType type)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • WriteValue

        public void WriteValue​(NetObject value)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception
      • getSchemaContext

        public XamlSchemaContext getSchemaContext()
                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable