Home
last modified time | relevance | path

Searched defs:addAttributes (Results 1 – 6 of 6) sorted by relevance

/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/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
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DExtendedContentHandler.java72 public void addAttributes(org.xml.sax.Attributes atts) in addAttributes() method
DToUnknownStream.java1174 public void addAttributes(Attributes atts) throws SAXException in addAttributes() method in ToUnknownStream
DSerializerBase.java481 public void addAttributes(Attributes atts) throws SAXException in addAttributes() method in SerializerBase
/external/clang/include/clang/Sema/
DDeclSpec.h655 void addAttributes(AttributeList *AL) { in addAttributes() function