Package org.daisy.braille.pef
Class Element
java.lang.Object
org.daisy.braille.pef.Element
Provides an XML element data object.
- Author:
- Joel HÃ¥kansson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets this element's attributesGets this elements local namegetUri()
Gets this element's namespace uri
-
Constructor Details
-
Element
Creates a new Element- Parameters:
uri
- the namespace uri for the elementlocalName
- the local name for the elementattributes
- the attributes for the element
-
-
Method Details
-
getUri
Gets this element's namespace uri- Returns:
- returns this element's namespace uri
-
getLocalName
Gets this elements local name- Returns:
- returns this element's local name
-
getAttributes
Gets this element's attributes- Returns:
- returns this element's attributes
-