Uses of Interface
net.opengis.fes20.DocumentRoot
- 
Packages that use DocumentRoot Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util 
- 
- 
Uses of DocumentRoot in net.opengis.fes20Methods in net.opengis.fes20 that return DocumentRoot Modifier and Type Method Description DocumentRootFes20Factory. createDocumentRoot()Returns a new object of class 'Document Root'.
- 
Uses of DocumentRoot in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement DocumentRoot Modifier and Type Class Description classDocumentRootImplAn implementation of the model object 'Document Root'.Methods in net.opengis.fes20.impl that return DocumentRoot Modifier and Type Method Description DocumentRootFes20FactoryImpl. createDocumentRoot()
- 
Uses of DocumentRoot in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type DocumentRoot Modifier and Type Method Description TFes20Switch. caseDocumentRoot(DocumentRoot object)Returns the result of interpreting the object as an instance of 'Document Root'.booleanFes20Validator. validateDocumentRoot(DocumentRoot documentRoot, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-