HomeSort by relevance Sort by last modified time
    Searched full:namespacedeclarations (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 226 String namespaceDeclarations = computeNamespaceDeclarations();
229 extractedText = insertNamespace(extractedText, namespaceDeclarations);
480 String namespaceDeclarations = null;
503 namespaceDeclarations = sb.toString();
509 if (namespaceDeclarations.length() == 0) {
517 namespaceDeclarations = sb.toString();
520 return namespaceDeclarations;
VisualRefactoring.java 514 protected String insertNamespace(String xmlText, String namespaceDeclarations) {
524 xmlText = xmlText.substring(0, insertAt) + namespaceDeclarations
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
actionscript3.php 173 'namespaceURI', 'namespaceDeclarations', 'namespace', 'names',
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserQt.cpp 524 handleElementNamespaces(newElement.get(), m_stream.namespaceDeclarations(), ec, m_scriptingPermission);

Completed in 224 milliseconds