Home
last modified time | relevance | path

Searched refs:insertNamespace (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractIncludeRefactoring.java229 extractedText = insertNamespace(extractedText, namespaceDeclarations); in computeChanges()
DVisualRefactoring.java516 protected String insertNamespace(String xmlText, String namespaceDeclarations) { in insertNamespace() method in VisualRefactoring