Package | Description |
---|---|
org.citygml4j.model.common.visitor | |
org.citygml4j.util.walker | |
org.citygml4j.xml.schema |
Modifier and Type | Method and Description |
---|---|
T |
FeatureFunctor.apply(org.w3c.dom.Element element,
ElementDecl decl) |
void |
FeatureVisitor.visit(org.w3c.dom.Element element,
ElementDecl decl) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
ElementDecl |
Schema.getElementDecl(java.lang.String localName,
ElementDecl parent) |
ElementDecl |
Schema.getGlobalElementDecl(java.lang.String localName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ElementDecl> |
Schema.getElementDecls(java.lang.String localName) |
Modifier and Type | Method and Description |
---|---|
ElementDecl |
Schema.getElementDecl(java.lang.String localName,
ElementDecl parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
Schema.haveSameTypeDefinition(java.util.List<ElementDecl> elementDecls) |