Home | History | Annotate | Download | only in dom2dtm

Lines Matching defs:dtd

569               // Namespaces spec rather than by the DTD.
901 * DOM doesn't yet provide DTD-based information to distinguish
1286 DocumentType dtd = doc.getDoctype();
1288 if (null != dtd)
1290 return dtd.getSystemId();
1317 DocumentType dtd = doc.getDoctype();
1319 if (null != dtd)
1321 return dtd.getPublicId();
1333 * with the name "ID") are not of type ID unless so defined by DTD/Schema
1467 DTD.
1540 * @return null if this model doesn't respond to SAX dtd events.
1642 * DOM doesn't yet provide DTD-based information to distinguish