/// <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();
        }
예제 #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();
        }
예제 #4
0
        /// <summary>Construct a DomDestination</summary>

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