Searched defs:namespace (Results 51 - 75 of 100) sorted by relevance

1234

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementDef.java47 * @param namespace The Namespace URI, "*", or null.
55 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, argument
59 build(namespace, name, nameAlias, elements, attributes, contentHandler,
61 if ( (null != namespace)
62 && (namespace.equals(Constants.S_XSLNAMESPACEURL)
63 || namespace.equals(Constants.S_BUILTIN_EXTENSIONS_URL)
64 || namespace.equals(Constants.S_BUILTIN_OLD_EXTENSIONS_URL)))
66 schema.addAvailableElement(new QName(namespace, name));
68 schema.addAvailableElement(new QName(namespace, nameAlias));
75 * @param namespace Th
84 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_required) argument
116 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_required, boolean required) argument
142 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_required, boolean required, int order, boolean multiAllowed) argument
171 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_required, boolean required, boolean has_order, int order, boolean multiAllowed) argument
199 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_order, int order, boolean multiAllowed) argument
224 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, int order, boolean multiAllowed) argument
263 build(String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject) argument
[all...]
H A DXSLTAttributeDef.java58 * @param namespace The Namespace URI, or an empty string.
59 * @param name The local name (without prefix), or empty string if not namespace processing.
67 XSLTAttributeDef(String namespace, String name, int type, boolean required, boolean supportsAVT, int errorType) argument
69 this.m_namespace = namespace;
80 * @param namespace The Namespace URI, or an empty string.
81 * @param name The local name (without prefix), or empty string if not namespace processing.
90 XSLTAttributeDef(String namespace, String name, int type, boolean supportsAVT, int errorType, String defaultVal) argument
93 this.m_namespace = namespace;
106 * @param namespace The Namespace URI, or an empty string.
107 * @param name The local name (without prefix), or empty string if not namespace processin
117 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2) argument
150 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, int v3) argument
185 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, int v3, String k4, int v4) argument
[all...]
/external/chromium_org/remoting/android/cast/src/org/chromium/chromoting/
H A DCastExtensionHandler.java55 * Custom namespace that will be used to communicate with the Cast device.
194 * Returns the namespace associated with this channel.
201 public void onMessageReceived(CastDevice castDevice, String namespace, String message) { argument
202 if (namespace.equals(CHROMOTOCAST_NAMESPACE)) {
/external/chromium_org/third_party/closure_compiler/runner/src/com/google/javascript/jscomp/
H A DChromePass.java25 * <li>namespace declaration using {@code cr.define()},
51 "cr.exportPath() should have exactly 1 argument: namespace name.");
264 private void createAndInsertObjectsForQualifiedName(Node scriptChild, String namespace) { argument
265 List<Node> objectsForQualifiedName = createObjectsForQualifiedName(namespace);
284 // TODO(vitalyp): Check namespace name for validity here. It should be a valid chain of
286 String namespace = namespaceArg.getString();
288 createAndInsertObjectsForQualifiedName(parent, namespace);
308 namespace, exports, functionBlock));
335 private List<Node> createObjectsForQualifiedName(String namespace) { argument
337 String[] parts = namespace
[all...]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DSoapSerializationEnvelope.java90 * Map from Java class names to XML name and namespace pairs
191 if ((name.equals(info.name) && info.namespace == null)
193 (name.equals(info.name) && parser.getNamespace().equals(info.namespace))) {
236 String namespace = parser.getNamespace();
288 parser.require(XmlPullParser.END_TAG, namespace, name);
303 String namespace = null;
313 namespace = parser.getNamespace(prefix);
333 v.setElementAt(read(parser, v, position, namespace, name, elementType), position);
345 public Object read(XmlPullParser parser, Object owner, int index, String namespace, argument
383 namespace
431 readInstance(XmlPullParser parser, String namespace, String name, PropertyInfo expected) argument
504 addMapping(String namespace, String name, Class clazz, Marshal marshal) argument
516 addMapping(String namespace, String name, Class clazz) argument
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPSerializerRDF.java864 * Writes one namespace declaration to the output.
865 * @param prefix a namespace prefix (without colon) or a complete qname (when namespace == null)
866 * @param namespace the a namespace
871 private void declareNamespace(String prefix, String namespace, Set usedPrefixes, int indent) argument
874 if (namespace == null)
876 // prefix contains qname, extract prefix and lookup namespace with prefix
882 namespace = XMPMetaFactory.getSchemaRegistry().getNamespaceURI(prefix + ":");
884 declareNamespace(prefix, namespace, usedPrefixe
[all...]
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp61 #define namespace macro
146 namespace
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jar ... dom4j.QName getQName () public abstract org.dom4j.Namespace getNamespace () public abstract void setNamespace (org.dom4j.Namespace ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.identity_3.1.0.v20100529-0735.jar ... org.eclipse.ecf.core.identity.Namespace namespace protected void " href="/5.1.0_r1/s ...
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java42 * the URL ID, and the local-name ID. Note that the namespace URL id
43 * can be 0, which should have the meaning that the namespace is null.
158 * The node is a <code>namespace node</code>. Note that this is not
258 * Retrieves an attribute node by local name and namespace URI
264 * @param namespaceURI The namespace URI of the attribute to
284 * Given a node handle, get the index of the node's first namespace node.
291 * namespace declarations should be returned.
292 * @return handle of first namespace,
328 * Given a namespace handle, advance to the next namespace i
450 getExpandedTypeID(String namespace, String localName, int type) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSGrammar.y46 using namespace blink;
47 using namespace HTMLNames;
278 %type <rule> namespace
504 | namespace
554 | namespace
590 namespace: label
/external/chromium_org/third_party/libxml/src/
H A DSAX2.c173 * Handle a namespace error
197 * Handle a namespace warning
1055 * @fullname: The attribute name, including namespace prefix
1073 xmlNsPtr namespace; local
1078 namespace = NULL;
1081 * Split the full name into a namespace prefix and the tag name
1087 "invalid namespace declaration '%s'\n",
1137 * Check whether it's a namespace definition
1172 /* a default namespace definition */
1177 * Validate also for namespace decl
1930 xmlNsPtr namespace = NULL; local
[all...]
H A Drelaxng.c37 * The Relax-NG namespace
158 xmlChar *ns; /* the namespace local name if present */
647 const xmlChar *namespace; /* the datatypeLibrary value */ member in struct:_xmlRelaxNGTypeLibrary
1585 * @ns: the namespace passed from the context.
2138 snprintf(msg, 1000, "Expecting a namespace for element %s\n",
2143 "Element %s has wrong namespace: expecting %s\n", arg1,
2154 snprintf(msg, 1000, "Expecting no namespace for element %s\n",
2726 * @namespace: the URI bound to the library
2732 const xmlChar * namespace ATTRIBUTE_UNUSED)
2736 if (lib->namespace !
2754 xmlRelaxNGRegisterTypeLibrary(const xmlChar * namespace, void *data, xmlRelaxNGTypeHave have, xmlRelaxNGTypeCheck check, xmlRelaxNGTypeCompare comp, xmlRelaxNGFacetCheck facet, xmlRelaxNGTypeFree freef) argument
[all...]
/external/libxml2/
H A DSAX2.c190 * Handle a namespace error
214 * Handle a namespace warning
1085 * @fullname: The attribute name, including namespace prefix
1103 xmlNsPtr namespace; local
1108 namespace = NULL;
1111 * Split the full name into a namespace prefix and the tag name
1117 "invalid namespace declaration '%s'\n",
1167 * Check whether it's a namespace definition
1202 /* a default namespace definition */
1207 * Validate also for namespace decl
1968 xmlNsPtr namespace = NULL; local
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java69 A value of "true" indicates namespace URIs and unprefixed local
81 "http://xml.org/sax/features/namespace-prefixes";
173 Controls whether, when the namespace-prefixes feature is set,
174 the parser treats namespace declaration attributes as being in
175 the http://www.w3.org/2000/xmlns/ namespace. (It doesn't.)
731 String namespace = theStack.namespace();
735 if (!namespaces) namespace = localName = "";
736 theContentHandler.endElement(namespace, localName, name);
737 if (foreign(prefix, namespace)) {
813 foreign(String prefix, String namespace) argument
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jar ... dom4j.QName getQName () public abstract org.dom4j.Namespace getNamespace () public abstract void setNamespace (org.dom4j.Namespace ...
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java794 * of the element, if it is in no namespace, or, the URI
796 * if the element is in that namespace. For example:
813 * These must be in the extension namespace of
815 * by putting the namespace URI in braces before the
866 * recognized and are not namespace qualified.
1374 * @param namespace The namespace of the parameter.
1380 public void setParameter(String name, String namespace, Object value) argument
1384 QName qname = new QName(namespace, name);
1408 * which may have a namespace UR
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java83 * These hold indexes to elements based on namespace and local name.
84 * The base lookup is the the namespace. The second lookup is the local
378 * @param nsIndex The namespace index lookup.
1039 * Retrieves an attribute node by by qualified name and namespace URI.
1042 * @param namespaceURI The namespace URI of the attribute to
1231 // Assume that attributes and namespace nodes immediately follow the element
1245 /** Lazily created namespace lists. */
1249 /** Build table of namespace declaration
1251 * SuballocatedIntVectors containing the namespace node HANDLES declared at
1299 // Base the size of a new namespace lis
1704 getExpandedTypeID(String namespace, String localName, int type) argument
[all...]
H A DDTMDocumentImpl.java56 * %REVIEW% I _think_ the SAX convention is that "no namespace" is expressed
254 * Set a reference pointer to the namespace URI symbol table.
265 * Get a reference pointer to the namespace URI symbol table.
677 // * @param nsIndex The namespace of the node
686 // // this element and its attributes, store the element, namespace, and attritute
760 // * @param ns String the namespace of the node
791 // * @param ns the namespace of the element
811 // // Pop a level of namespace table
1075 * Retrieves an attribute node by by qualified name and namespace URI.
1078 * @param namespaceURI The namespace UR
1535 getExpandedTypeID(String namespace, String localName, int type) argument
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParsing.py39 namespace = None variable in class:Ctx
2448 if cname is None and ctx.namespace is not None and nonempty:
2449 cname = ctx.namespace + "::" + name
2646 if s.systring == "namespace":
2648 ctx.namespace = p_string_literal(s, 'u')[2]
2655 namespace = ctx.namespace)
2664 if cname is None and ctx.namespace is not None:
2665 cname = ctx.namespace + "::" + name
2701 if cname is None and ctx.namespace i
[all...]
H A DPyrexTypes.py1060 # scope CClassScope Attribute namespace
2992 namespace = None variable in class:CppClassType
3107 if not self.templates and not self.namespace:
3121 if self.namespace is not None:
3122 specialized.namespace = self.namespace.specialize(values)
3155 if self.namespace is not None:
3156 base_code = "%s::%s" % (self.namespace.declaration_code(''), base_code)

Completed in 2552 milliseconds

1234