Class LocaleStringElement
- java.lang.Object
- 
- org.ametys.core.util.dom.AbstractAmetysNode
- 
- org.ametys.core.util.dom.AbstractAmetysElement
- 
- org.ametys.core.util.dom.AbstractWrappingAmetysElement<Locale>
- 
- org.ametys.plugins.repository.dom.LocaleStringElement
 
 
 
 
- 
 public class LocaleStringElement extends AbstractWrappingAmetysElement<Locale> DOM layer for a locale value of aMultilingualStringmetadata
- 
- 
Field Summary- 
Fields inherited from class org.ametys.core.util.dom.AbstractWrappingAmetysElement_object
 - 
Fields inherited from class org.ametys.core.util.dom.AbstractAmetysElement_parent
 - 
Fields inherited from interface org.w3c.dom.NodeATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
- 
 - 
Constructor SummaryConstructors Constructor Description LocaleStringElement(Locale locale, MultilingualString multilingualString)Constructor.LocaleStringElement(Locale locale, MultilingualString multilingualString, MultilingualStringElement parent)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,AmetysAttribute>_lookupAttributes()Returns a Map<name, value> corresponding to the attributes.NodegetFirstChild()NodegetNextSibling()StringgetTagName()booleanhasChildNodes()- 
Methods inherited from class org.ametys.core.util.dom.AbstractWrappingAmetysElementgetWrappedObject
 - 
Methods inherited from class org.ametys.core.util.dom.AbstractAmetysElementgetAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getElementsByTagName, getElementsByTagNameNS, getLocalName, getNodeName, getNodeType, getParentNode, getSchemaTypeInfo, getTextContent, hasAttribute, hasAttributeNS, hasAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS
 - 
Methods inherited from class org.ametys.core.util.dom.AbstractAmetysNode_getChildNodes, appendChild, cloneNode, compareDocumentPosition, getBaseURI, getChildNodes, getFeature, getLastChild, getNamespaceURI, getNodeValue, getOwnerDocument, getPrefix, getPreviousSibling, getUserData, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.w3c.dom.NodeappendChild, cloneNode, compareDocumentPosition, getBaseURI, getChildNodes, getFeature, getLastChild, getNamespaceURI, getNodeValue, getOwnerDocument, getPrefix, getPreviousSibling, getUserData, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
 
- 
 
- 
- 
- 
Constructor Detail- 
LocaleStringElementpublic LocaleStringElement(Locale locale, MultilingualString multilingualString) Constructor.- Parameters:
- locale- the underlying- Locale.
- multilingualString- the parent- MultilingualStringholding the locale values
 
 - 
LocaleStringElementpublic LocaleStringElement(Locale locale, MultilingualString multilingualString, MultilingualStringElement parent) Constructor.- Parameters:
- locale- the locale of underlying metadata
- multilingualString- the parent- MultilingualStringholding the languages values
- parent- the parent- Element.
 
 
- 
 - 
Method Detail- 
getTagNamepublic String getTagName() - Specified by:
- getTagNamein interface- Element
- Overrides:
- getTagNamein class- AbstractAmetysElement
 
 - 
_lookupAttributesprotected Map<String,AmetysAttribute> _lookupAttributes() Description copied from class:AbstractAmetysElementReturns a Map<name, value> corresponding to the attributes.- Specified by:
- _lookupAttributesin class- AbstractAmetysElement
- Returns:
- the name/value pairs
 
 - 
hasChildNodespublic boolean hasChildNodes() - Specified by:
- hasChildNodesin interface- Node
- Overrides:
- hasChildNodesin class- AbstractAmetysNode
 
 - 
getFirstChildpublic Node getFirstChild() - Specified by:
- getFirstChildin interface- Node
- Overrides:
- getFirstChildin class- AbstractAmetysNode
 
 - 
getNextSiblingpublic Node getNextSibling() - Specified by:
- getNextSiblingin interface- Node
- Overrides:
- getNextSiblingin class- AbstractAmetysNode
 
 
- 
 
-