Uses of Class
org.citygml4j.xml.schema.ElementDecl

Packages that use ElementDecl
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
org.citygml4j.xml.schema   
 

Uses of ElementDecl in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type ElementDecl
 T FeatureFunctor.apply(org.w3c.dom.Element element, ElementDecl decl)
           
 void FeatureVisitor.visit(org.w3c.dom.Element element, ElementDecl decl)
           
 

Uses of ElementDecl in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type ElementDecl
 T GMLFunctionWalker.apply(org.w3c.dom.Element element, ElementDecl decl)
           
 T FeatureFunctionWalker.apply(org.w3c.dom.Element element, ElementDecl decl)
           
 void GMLWalker.visit(org.w3c.dom.Element element, ElementDecl decl)
           
 void FeatureWalker.visit(org.w3c.dom.Element element, ElementDecl decl)
           
 

Uses of ElementDecl in org.citygml4j.xml.schema
 

Methods in org.citygml4j.xml.schema that return ElementDecl
 ElementDecl Schema.getElementDecl(java.lang.String localName, ElementDecl parent)
           
 ElementDecl Schema.getGlobalElementDecl(java.lang.String localName)
           
 

Methods in org.citygml4j.xml.schema that return types with arguments of type ElementDecl
 java.util.List<ElementDecl> Schema.getElementDecls(java.lang.String localName)
           
 

Methods in org.citygml4j.xml.schema with parameters of type ElementDecl
 ElementDecl Schema.getElementDecl(java.lang.String localName, ElementDecl parent)
           
 

Method parameters in org.citygml4j.xml.schema with type arguments of type ElementDecl
 boolean Schema.haveSameTypeDefinition(java.util.List<ElementDecl> elementDecls)