Class ExtensionFactory
- java.lang.Object
-
- org.apache.sling.sitemap.impl.builder.extensions.ExtensionFactory
-
public class ExtensionFactory extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLocalName()
String
getNamespace()
String
getPrefix()
boolean
isEmptyTag()
@NotNull AbstractExtension
newExtension()
-
-
-
Method Detail
-
newExtension
@NotNull public @NotNull AbstractExtension newExtension()
-
getNamespace
public String getNamespace()
-
getPrefix
public String getPrefix()
-
getLocalName
public String getLocalName()
-
isEmptyTag
public boolean isEmptyTag()
-
-