HomeSort by relevance Sort by last modified time
    Searched refs:localName (Results 101 - 125 of 428) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementConstructorBuilder.cpp 104 AtomicString localName;
107 localName = extends.lower();
109 if (!Document::isValidName(localName)) {
113 if (CustomElement::isValidName(localName)) {
122 localName = type;
128 m_wrapperType = findWrapperTypeForHTMLTagName(localName);
130 m_wrapperType = findWrapperTypeForSVGTagName(localName);
133 tagName = QualifiedName(nullAtom, localName, namespaceURI);
185 v8::Handle<v8::String> v8TagName = v8String(isolate, descriptor.localName());
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemAttribute.java 193 String localName = QName.getLocalPart(nodeName);
195 rhandler.addAttribute(nodeNamespace, localName, nodeName, "CDATA", val, true);
197 rhandler.addAttribute("", localName, nodeName, "CDATA", val, true);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNamedNodeMap.java 190 * @param localName The local name of the node to retrieve.
197 public Node getNamedItemNS(String namespaceURI, String localName)
203 if (localName.equals(dtm.getLocalName(n)))
219 * <code>localName</code>. If a node with that namespace URI and that
225 * <code>localName</code> attributes.
255 * @param localName The local name of the node to remove.
261 * <code>namespaceURI</code> and <code>localName</code> in this map.
265 public Node removeNamedItemNS(String namespaceURI, String localName)
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
AttributesImplSerializer.java 47 * "prefix:localName" or "{uri}localName".
125 /* add the key with the format of "prefix:localName" */
130 /* now add with key of the format "{uri}localName" */
209 * @param localName the local namer (after the ':' ) of the attribute name.
213 public final int getIndex(String uri, String localName)
221 index = super.getIndex(uri,localName);
226 // Form the key of format "{uri}localName"
228 m_buff.append('{').append(uri).append('}').append(localName);
SerializerBase.java 286 final String localName = qname.substring(lastColon + 1);
291 return localName;
294 return prefix + ':' + localName;
356 * @param localName the local name of the attribute
365 String localName,
374 addAttributeAlways(uri, localName, rawName, type, value, XSLAttribute);
385 * @param localName the local name of the attribute
395 String localName,
403 // (localName == null || uri == null) ?
404 // m_attributes.getIndex(rawName):m_attributes.getIndex(uri, localName);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
AttList.java 183 * @param localName The local name of the attribute.
188 public String getType(String uri, String localName)
213 * @param localName The local name of the attribute.
217 public String getValue(String uri, String localName)
219 Node a=m_attrs.getNamedItemNS(uri,localName);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
AttList.java 174 * @param localName The local name of the attribute.
179 public String getType(String uri, String localName)
204 * @param localName The local name of the attribute.
208 public String getValue(String uri, String localName)
210 Node a=m_attrs.getNamedItemNS(uri,localName);
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidationContentHandler.java 114 public void startElement(String uri, String localName, String qName,
117 String classPath = "android.widget." + localName;
153 mLocator.getLineNumber(), localName, extendedOutput));
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentCreateElementNS.java 62 String localName;
69 localName = element.getLocalName();
75 assertEquals("documentcreateelementNS01_localName", "XML", localName);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorDecimalFormat.java 46 * @param localName The local name (without prefix), or the
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
ProcessorExsltFunction.java 62 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
72 super.startElement(handler, uri, localName, rawName, attributes);
109 StylesheetHandler handler, String uri, String localName, String rawName)
114 super.endElement(handler, uri, localName, rawName);
ProcessorText.java 68 * @param localName The local name (without prefix), or empty string if not namespace processing.
72 StylesheetHandler handler, String uri, String localName, String rawName)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DatasetDOMStringMap.cpp 146 if (isValidAttributeName(attribute->localName()))
147 names.append(convertAttributeNameToPropertyName(attribute->localName()));
159 if (propertyNameMatchesAttributeName(name, attribute->localName()))
174 if (propertyNameMatchesAttributeName(name, attribute->localName()))
  /external/chromium_org/third_party/WebKit/Source/core/html/
LinkResource.cpp 76 return FetchRequest(ResourceRequest(m_owner->document().completeURL(m_url)), m_owner->localName(), m_charset, priority);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedBoolean.h 35 DEFINE_ANIMATED_PROPERTY(AnimatedBoolean, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProperty, LowerProperty, SVGAnimatedBoolean, bool)
SVGAnimatedEnumeration.h 36 DEFINE_ANIMATED_PROPERTY(AnimatedEnumeration, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProperty, LowerProperty, SVGAnimatedEnumerationPropertyTearOff<EnumType>, EnumType)
SVGAnimatedLength.h 36 DEFINE_ANIMATED_PROPERTY(AnimatedLength, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProperty, LowerProperty, SVGAnimatedLength, SVGLength)
SVGAnimatedLengthList.h 36 DEFINE_ANIMATED_PROPERTY(AnimatedLengthList, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProperty, LowerProperty, SVGAnimatedLengthList, SVGLengthList)
SVGAnimatedNumber.h 36 DEFINE_ANIMATED_PROPERTY(AnimatedNumber, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProperty, LowerProperty, SVGAnimatedNumber, float)
SVGAnimatedNumberList.h 36 DEFINE_ANIMATED_PROPERTY(AnimatedNumberList, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProperty, LowerProperty, SVGAnimatedNumberList, SVGNumberList)
SVGAnimatedPreserveAspectRatio.h 36 DEFINE_ANIMATED_PROPERTY(AnimatedPreserveAspectRatio, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProperty, LowerProperty, SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio)
SVGAnimatedRect.h 37 DEFINE_ANIMATED_PROPERTY(AnimatedRect, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProperty, LowerProperty, SVGAnimatedRect, SVGRect)
SVGAnimatedString.h 36 DEFINE_ANIMATED_PROPERTY(AnimatedString, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProperty, LowerProperty, SVGAnimatedString, String)
SVGAnimatedTransformList.h 35 DEFINE_ANIMATED_PROPERTY(AnimatedTransformList, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProperty, LowerProperty, SVGAnimatedTransformList, SVGTransformList)
  /external/smack/src/com/kenai/jbosh/
BodyParserSAX.java 89 final String localName,
95 LOG.finest(" local: " + localName);
101 && bodyName.getLocalPart().equals(localName))) {
105 + "' namespace. (Was '" + localName + "' in '" + uri

Completed in 1149 milliseconds

1 2 3 45 6 7 8 91011>>