Searched defs:theType (Results 1 - 1 of 1) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DElement.java26 private ElementType theType; // type of element field in class:Element
38 theType = type;
50 public ElementType type() { return theType; }
80 public String name() { return theType.name(); }
88 public String namespace() { return theType.namespace(); }
96 public String localName() { return theType.localName(); }
104 public int model() { return theType.model(); }
112 public int memberOf() { return theType.memberOf(); }
120 public int flags() { return theType.flags(); }
128 public ElementType parent() { return theType
[all...]

Completed in 76 milliseconds