diff --git a/samchon-framework/samchon-framework-tests.ts b/samchon-framework/samchon-framework-tests.ts index 59422caeea..88c2632a37 100644 --- a/samchon-framework/samchon-framework-tests.ts +++ b/samchon-framework/samchon-framework-tests.ts @@ -1,9 +1,4 @@ /// import samchon = require("samchon-framework"); - -let xml = new samchon.library.XML(); -xml.setTag("font"); -xml.setProperty("fontSize", "13"); - -console.log(xml.toString()); \ No newline at end of file +console.log(samchon); \ No newline at end of file diff --git a/samchon-framework/samchon-framework.d.ts b/samchon-framework/samchon-framework.d.ts index 5a885d6cd1..c81a9d1e5b 100644 --- a/samchon-framework/samchon-framework.d.ts +++ b/samchon-framework/samchon-framework.d.ts @@ -2277,24 +2277,24 @@ declare namespace samchon.protocol { * *

Standard Usage.

* - * + * * * - * + * * * *

Non-standard usage abusing value.

* - * + * * jhnam88 * Jeongho Nam * 1988-03-11 - * - * + * + * * master * Administartor * 2011-07-28 - * + * * * * @return An XML object representing the Entity. @@ -2385,7 +2385,6 @@ declare namespace samchon.protocol { * @return An iterator to the element, if an element with specified key is found, or * {@link end end()} otherwise. */ - find(key: any): std.Iterator; /** *

Whether have the item or not.

* @@ -2455,7 +2454,6 @@ declare namespace samchon.protocol { /** * @inheritdoc */ - find(key: any): std.VectorIterator; /** * @inheritdoc */ @@ -2500,7 +2498,6 @@ declare namespace samchon.protocol { /** * @inheritdoc */ - find(key: any): std.ListIterator; /** * @inheritdoc */ @@ -2545,7 +2542,6 @@ declare namespace samchon.protocol { /** * @inheritdoc */ - find(key: any): std.DequeIterator; /** * @inheritdoc */ @@ -2597,7 +2593,6 @@ declare namespace samchon.protocol { /** * @inheritdoc */ - find(key: any): std.VectorIterator; /** * @inheritdoc */ @@ -2642,7 +2637,6 @@ declare namespace samchon.protocol { /** * @inheritdoc */ - find(key: any): std.ListIterator; /** * @inheritdoc */ @@ -2687,7 +2681,6 @@ declare namespace samchon.protocol { /** * @inheritdoc */ - find(key: any): std.DequeIterator; /** * @inheritdoc */