HomeSort by relevance Sort by last modified time
    Searched refs:nameSpace (Results 1 - 19 of 19) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
PaletteMetadataDescriptor.java 55 * where the name can start with "android:" to indicate a property in the android namespace,
103 String nameSpace = ""; //$NON-NLS-1$
106 nameSpace = ANDROID_URI;
110 SimpleAttribute attr = new SimpleAttribute(nameSpace, name, value);
115 domElement.setAttributeNS(nameSpace, name, value);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
MetaDataTest.java 81 final String nameSpace = "http://schemas.android.com/apk/res/android";
82 final int colorIntAttr = xml.getAttributeIntValue(nameSpace, "color", 0);
84 final String colorStrAttr = xml.getAttributeValue(nameSpace, "color");
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.h 52 * Checks that the element pertains to XSLT namespace.
61 * Checks the value of an element in XSLT namespace.
88 const xmlChar *nameSpace);
93 const xmlChar *nameSpace);
xsltutils.c 66 * @nameSpace: the URI of the namespace
71 * This attribute has to be anchored in the namespace specified,
72 * or has no namespace and the element is in that namespace.
83 const xmlChar *name, const xmlChar *nameSpace) {
94 if (nameSpace == NULL) {
101 * - and the attribute carrying that namespace
105 (xmlStrEqual(node->ns->href, nameSpace))) ||
107 (xmlStrEqual(prop->ns->href, nameSpace))))) {
    [all...]
  /external/libxslt/libxslt/
xsltutils.h 52 * Checks that the element pertains to XSLT namespace.
61 * Checks the value of an element in XSLT namespace.
88 const xmlChar *nameSpace);
93 const xmlChar *nameSpace);
xsltutils.c 66 * @nameSpace: the URI of the namespace
71 * This attribute has to be anchored in the namespace specified,
72 * or has no namespace and the element is in that namespace.
83 const xmlChar *name, const xmlChar *nameSpace) {
94 if (nameSpace == NULL) {
101 * - and the attribute carrying that namespace
105 (xmlStrEqual(node->ns->href, nameSpace))) ||
107 (xmlStrEqual(prop->ns->href, nameSpace))))) {
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
SAX.h 140 xmlChar *nameSpace);
tree.h 98 * This is the namespace for the special xml: prefix predefined in the
99 * XML Namespace specification.
102 (const xmlChar *) "http://www.w3.org/XML/1998/namespace"
230 const xmlChar *prefix; /* the namespace prefix if any */
274 const xmlChar *prefix; /* Namespace prefix */
321 const xmlChar *prefix; /* the namespace prefix if any */
333 * A namespace declaration node.
341 * An XML namespace.
342 * Note that prefix == NULL is valid, it defines the default namespace
353 const xmlChar *href; /* URL for the namespace */
    [all...]
  /external/libxml2/include/libxml/
SAX.h 140 xmlChar *nameSpace);
tree.h 98 * This is the namespace for the special xml: prefix predefined in the
99 * XML Namespace specification.
102 (const xmlChar *) "http://www.w3.org/XML/1998/namespace"
230 const xmlChar *prefix; /* the namespace prefix if any */
274 const xmlChar *prefix; /* Namespace prefix */
321 const xmlChar *prefix; /* the namespace prefix if any */
333 * A namespace declaration node.
341 * An XML namespace.
342 * Note that prefix == NULL is valid, it defines the default namespace
353 const xmlChar *href; /* URL for the namespace */
    [all...]
  /external/chromium_org/third_party/libxml/src/
tree.c 268 /* xml: prefix is not really a namespace */
706 * @node: the element carrying the namespace
708 * @prefix: the prefix for the namespace
710 * Creation of a new Namespace. This function will refuse to create
711 * a namespace with a similar prefix than an existing one present on this
713 * We use href==NULL in the case of an element creation where the namespace
715 * Returns a new namespace pointer or NULL
728 * Allocate a new Namespace and fill the fields.
732 xmlTreeErrMemory("building namespace");
775 * @ns: a namespace pointe
    [all...]
valid.c     [all...]
testapi.c     [all...]
  /external/libxml2/
tree.c 268 /* xml: prefix is not really a namespace */
706 * @node: the element carrying the namespace
708 * @prefix: the prefix for the namespace
710 * Creation of a new Namespace. This function will refuse to create
711 * a namespace with a similar prefix than an existing one present on this
713 * We use href==NULL in the case of an element creation where the namespace
715 * Returns a new namespace pointer or NULL
725 /* xml namespace is predefined, no need to add it */
731 * namespace, which breaks
732 * Namespace constraint: Reserved Prefixes and Namespace Name
    [all...]
valid.c     [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 2226 milliseconds