Home
last modified time | relevance | path

Searched refs:spaceAttr (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTSchema.java229 XSLTAttributeDef spaceAttr = in build() local
445 spaceAttr }, in build()
454 spaceAttr }, new ProcessorTemplateElem(), in build()
461 spaceAttr }, new ProcessorTemplateElem(), in build()
468 new XSLTAttributeDef[]{ spaceAttr }, in build()
477 new XSLTAttributeDef[]{ spaceAttr }, in build()
486 spaceAttr }, in build()
525 spaceAttr }, in build()
535 spaceAttr }, in build()
542 new XSLTAttributeDef[]{ spaceAttr }, in build()
[all …]
/external/webkit/Source/WebCore/svg/
DSVGLangSpace.cpp59 if (attr->name().matches(XMLNames::spaceAttr)) { in parseMappedAttribute()
69 return attrName.matches(XMLNames::langAttr) || attrName.matches(XMLNames::spaceAttr); in isKnownAttribute()
DSVGTextContentElement.cpp197 if (attr->name().matches(XMLNames::spaceAttr)) { in parseMappedAttribute()