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 DocumentRoot
SchemaFactory. 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 class
DocumentRootImpl
An implementation of the model object 'Document Root'.Methods in org.w3._2001.schema.impl that return DocumentRoot Modifier and Type Method Description DocumentRoot
SchemaFactoryImpl. 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 T
SchemaSwitch. caseDocumentRoot(DocumentRoot object)
Returns the result of interpreting the object as an instance of 'Document Root'.boolean
SchemaValidator. validateDocumentRoot(DocumentRoot documentRoot, DiagnosticChain diagnostics, Map<Object,Object> context)
-