Package org.geotools.gml2.simple
Class QualifiedName
- All Implemented Interfaces:
Serializable
A QName subclass holding the fully qualified name as a field (important performance wise, ContentHandler writes out
XML much faster if given the fully qualified name as opposed to namespace URI and local name)
- Author:
- Andrea Aime - GeoSolutions
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQualifiedName
(String namespaceURI, String localPart) QualifiedName
(String namespaceURI, String localPart, String prefix) -
Method Summary
Modifier and TypeMethodDescriptionstatic QualifiedName
This method is used to replicate a "feature" of the standard encoder, when no prefix can be found, "null" will be used instead of having the code throw an exceptionDerives a newQualifiedName
with the given prefix, or returns itself if the prefix is the same alredy in useMethods inherited from class QName
equals, getLocalPart, getNamespaceURI, getPrefix, hashCode, toString, valueOf
-
Constructor Details
-
QualifiedName
-
QualifiedName
-
-
Method Details
-
getQualifiedName
-
derive
Derives a newQualifiedName
with the given prefix, or returns itself if the prefix is the same alredy in use -
derive
-
build
This method is used to replicate a "feature" of the standard encoder, when no prefix can be found, "null" will be used instead of having the code throw an exception
-