Home
last modified time | relevance | path

Searched refs:addAttributes (Results 1 – 14 of 14) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DExtendedContentHandler.java72 public void addAttributes(org.xml.sax.Attributes atts) in addAttributes() method
DToUnknownStream.java505 super.addAttributes(atts); in startElement()
1174 public void addAttributes(Attributes atts) throws SAXException in addAttributes() method in ToUnknownStream
1176 m_handler.addAttributes(atts); in addAttributes()
DToXMLSAXHandler.java673 addAttributes(atts); in startElement()
DSerializerBase.java481 public void addAttributes(Attributes atts) throws SAXException in addAttributes() method in SerializerBase
DToHTMLStream.java861 addAttributes(atts); in startElement()
DToStream.java1954 addAttributes(atts); in startElement()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DClonerToResultTree.java167 SerializerUtils.addAttributes(rth, node); in cloneToResultTree()
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DDefineGrammarItemsWalker.g134 scope.addAttributes($attrs.text, ';');
235 r.parameterScope.addAttributes($args.text, ',');
240 r.returnScope.addAttributes($ret.text, ',');
297 r.ruleScope.addAttributes($attrs.text, ';');
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DAttributeScope.java121 public void addAttributes(String definitions, int separator) { in addAttributes() method in AttributeScope
DLeftRecursiveRuleAnalyzer.java337 returnScope.addAttributes(t.getText(), ','); in getNamesFromArgAction()
/external/apache-xml/src/main/java/org/apache/xalan/serialize/
DSerializerUtils.java93 public static void addAttributes(SerializationHandler handler, int src) in addAttributes() method in SerializerUtils
/external/webkit/Source/WebKit2/Shared/mac/
DArgumentCodersMac.mm222 … [resultString.get() addAttributes:attributes.get() range:NSMakeRange(rangeLocation, rangeLength)];
/external/chromium/chrome/browser/ui/cocoa/infobars/
Dinfobar_controller.mm319 [infoText.get() addAttributes:linkAttributes
/external/clang/include/clang/Sema/
DDeclSpec.h655 void addAttributes(AttributeList *AL) { in addAttributes() function