Package org.jboss.as.controller.xml
Interface Schema
-
- All Known Subinterfaces:
IntVersionSchema<S>,PersistentSubsystemSchema<S>,SubsystemSchema<S>,VersionedSchema<V,S>,XMLAttributeSchema<S,T>,XMLElementSchema<S,T>
public interface SchemaA namespace qualified XML attribute or element.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetLocalName()Returns the local name of this attribute/element.org.jboss.staxmapper.NamespacegetNamespace()Returns the namespace of this attribute/element.default QNamegetQualifiedName()Returns the qualified name of this attribute/element.
-
-
-
Method Detail
-
getLocalName
String getLocalName()
Returns the local name of this attribute/element.- Returns:
- the local name of this attribute/element.
-
getNamespace
org.jboss.staxmapper.Namespace getNamespace()
Returns the namespace of this attribute/element.- Returns:
- the namespace of this attribute/element.
-
getQualifiedName
default QName getQualifiedName()
Returns the qualified name of this attribute/element.- Returns:
- the qualified name of this attribute/element.
-
-