aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdocs/Notes_on_WST_StructuredDocument.txt (renamed from eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/Notes on WST StructuredDocument.txt)6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/Notes on WST StructuredDocument.txt b/docs/Notes_on_WST_StructuredDocument.txt
index 96ba6b5..dcf124d 100755
--- a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/Notes on WST StructuredDocument.txt
+++ b/docs/Notes_on_WST_StructuredDocument.txt
@@ -1,16 +1,18 @@
Notes on WST StructuredDocument
-------------------------------
-Created: 2010/11/26
+Created: 2010/11/26
References: WST 3.1.x, Eclipse 3.5 Galileo
-
To manipulate XML documents in refactorings, we sometimes use the WST/SEE
"StructuredDocument" API. There isn't exactly a lot of documentation on
this out there, so this is a short explanation of how it works, totally
based on _empirical_ evidence. As such, it must be taken with a grain of salt.
+Examples of usage can be found in
+ sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/
+
1- Get a document instance
--------------------------