diff options
author | Raphael Moll <ralf@android.com> | 2010-11-30 12:15:04 -0800 |
---|---|---|
committer | Android Code Review <code-review@android.com> | 2010-11-30 12:15:04 -0800 |
commit | 7aebcab2414437c477570804d602a8b163d964de (patch) | |
tree | be66c37a658d02f5be14253fc70a4a35aa983b07 | |
parent | 19d5babcf9b671385ddaddce05193728a5dfac6a (diff) | |
parent | 28e1cc36ca032615d2a4c48738c1042a4992e321 (diff) | |
download | sdk-7aebcab2414437c477570804d602a8b163d964de.zip sdk-7aebcab2414437c477570804d602a8b163d964de.tar.gz sdk-7aebcab2414437c477570804d602a8b163d964de.tar.bz2 |
Merge "Move WST doc to sdk/docs."
-rwxr-xr-x | docs/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 -------------------------- |