Uses of Interface
org.w3.xlink.DocumentRoot
-
Packages that use DocumentRoot Package Description org.w3.xlink org.w3.xlink.impl org.w3.xlink.util -
-
Uses of DocumentRoot in org.w3.xlink
Methods in org.w3.xlink that return DocumentRoot Modifier and Type Method Description DocumentRootXlinkFactory. createDocumentRoot()Returns a new object of class 'Document Root'. -
Uses of DocumentRoot in org.w3.xlink.impl
Classes in org.w3.xlink.impl that implement DocumentRoot Modifier and Type Class Description classDocumentRootImplAn implementation of the model object 'Document Root'.Methods in org.w3.xlink.impl that return DocumentRoot Modifier and Type Method Description DocumentRootXlinkFactoryImpl. createDocumentRoot() -
Uses of DocumentRoot in org.w3.xlink.util
Methods in org.w3.xlink.util with parameters of type DocumentRoot Modifier and Type Method Description booleanXlinkValidator. validateDocumentRoot(DocumentRoot documentRoot, DiagnosticChain diagnostics, Map context)
-