HomeSort by relevance Sort by last modified time
    Searched refs:AttrImpl (Results 1 - 12 of 12) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 47 private List<AttrImpl> attributes = new ArrayList<AttrImpl>();
61 AttrImpl attr = attributes.get(i);
72 AttrImpl attr = attributes.get(i);
102 public AttrImpl getAttributeNode(String name) {
112 public AttrImpl getAttributeNodeNS(String namespaceURI, String localName) {
234 AttrImpl oldAttrImpl = (AttrImpl) oldAttr;
270 AttrImpl newAttrImpl = (AttrImpl) newAttr
    [all...]
AttrImpl.java 35 public final class AttrImpl extends NodeImpl implements Attr {
48 AttrImpl(DocumentImpl document, String namespaceURI, String qualifiedName) {
53 AttrImpl(DocumentImpl document, String name) {
DocumentImpl.java 132 AttrImpl attr = (AttrImpl) node;
133 AttrImpl attrCopy;
169 AttrImpl elementAttr = (AttrImpl) attributes.item(i);
170 AttrImpl elementAttrCopy = (AttrImpl) shallowCopy(operation, elementAttr);
249 AttrImpl attr = (AttrImpl) node;
308 changeDocumentToThis((AttrImpl) attributes.item(i))
    [all...]
NodeImpl.java 251 AttrImpl attr = (AttrImpl) node;
291 AttrImpl attr = (AttrImpl) node;
DOMConfigurationImpl.java 426 checkTextValidity(((AttrImpl) node).getValue());
  /external/clang/include/clang/AST/
Makefile 3 BUILT_SOURCES = Attrs.inc AttrImpl.inc StmtNodes.inc DeclNodes.inc
15 $(ObjDir)/AttrImpl.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
  /packages/apps/Mms/src/com/android/mms/dom/
AttrImpl.java 26 public class AttrImpl extends NodeImpl implements Attr {
34 protected AttrImpl(DocumentImpl owner, String name) {
DocumentImpl.java 51 return new AttrImpl(this, name);
  /external/clang/lib/AST/
Android.mk 9 AttrImpl.inc \
24 AttrImpl.cpp \
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java 21 import com.android.mms.dom.AttrImpl;
129 if (node instanceof AttrImpl) {
130 value = ((AttrImpl)node).getValue();
  /external/clang/
clang-tblgen-rules.mk 12 ifneq ($(findstring AttrImpl.inc,$(TBLGEN_TABLES)),)
13 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/AttrImpl.inc
14 $(intermediates)/include/clang/AST/AttrImpl.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
15 $(intermediates)/include/clang/AST/AttrImpl.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)
  /external/jdiff/
xerces.jar 

Completed in 131 milliseconds