public static class AppSchemaDataAccessConfigurator.ComplexNameImpl extends NameImpl
Constructor and Description |
---|
ComplexNameImpl(String namespace,
String local,
boolean isNestedElement) |
Modifier and Type | Method and Description |
---|---|
String |
getLocalPart()
Retrieve the "local" name.
|
String |
getNamespaceURI()
Returns the URI of the namespace for this name.
|
boolean |
isNestedElement()
Returns true if represented Name is a nested element instead an attribute.
|
public String getLocalPart()
Name
This mechanism captures the following ISO 19103 concerns:
getLocalPart
in interface Name
getLocalPart
in class NameImpl
public String getNamespaceURI()
Name
In ISO 19103 this is known as scope and containes a backpointer to the containing namespace. This solution is too heavy for our purposes, and we expect applications to provide their own lookup mechanism through which they can use this URI. The namespace URI does serve to make this name unique and is checked as part of the equals operation.
getNamespaceURI
in interface Name
getNamespaceURI
in class NameImpl
public boolean isNestedElement()
Copyright © 1996–2023 Geotools. All rights reserved.