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

Packages that use Schema
org.citygml4j.xml.schema   
 

Uses of Schema in org.citygml4j.xml.schema
 

Methods in org.citygml4j.xml.schema that return Schema
 Schema SchemaHandler.getSchema(java.lang.String namespaceURI)
           
 

Methods in org.citygml4j.xml.schema with parameters of type Schema
 javax.xml.transform.Source SchemaHandler.getSchemaSource(Schema schema)
           
 void SchemaWalker.visit(Schema schema)
           
 

Constructors in org.citygml4j.xml.schema with parameters of type Schema
ElementDecl(com.sun.xml.xsom.XSElementDecl decl, Schema schema)