Uses of Interface
org.w3._2001.schema.DocumentRoot
-
Packages that use DocumentRoot Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of DocumentRoot in org.w3._2001.schema
Methods in org.w3._2001.schema that return DocumentRoot Modifier and Type Method Description DocumentRootSchemaFactory. createDocumentRoot()Returns a new object of class 'Document Root'. -
Uses of DocumentRoot in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement DocumentRoot Modifier and Type Class Description classDocumentRootImplAn implementation of the model object 'Document Root'.Methods in org.w3._2001.schema.impl that return DocumentRoot Modifier and Type Method Description DocumentRootSchemaFactoryImpl. createDocumentRoot() -
Uses of DocumentRoot in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type DocumentRoot Modifier and Type Method Description TSchemaSwitch. caseDocumentRoot(DocumentRoot object)Returns the result of interpreting the object as an instance of 'Document Root'.booleanSchemaValidator. validateDocumentRoot(DocumentRoot documentRoot, DiagnosticChain diagnostics, Map<Object,Object> context)
-