Home
last modified time | relevance | path

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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DSchema.java45 private ElementType theRoot = null; field in Schema
58 if (memberOf == M_ROOT) theRoot = e; in elementType()
66 return theRoot; in rootElementType()