/// <summary>Reset the state of the XdmDestination so that it can be used to hold
        /// the result of another transformation.</summary>

        public void Reset() {
            builder = new JTinyBuilder();
        }
Exemplo n.º 2
0
        /// <summary>Reset the state of the XdmDestination so that it can be used to hold
        /// the result of another transformation.</summary>

        public void Reset()
        {
            builder = new JTinyBuilder();
        }
        /// <summary>Construct a DomDestination</summary>

        public XdmDestination() {
            builder = new JTinyBuilder();
        }
Exemplo n.º 4
0
        /// <summary>Construct a DomDestination</summary>

        public XdmDestination()
        {
            builder = new JTinyBuilder();
        }