|
Joda System API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLName | |
org.joda.property.path | |
org.joda.property.xml |
Uses of XMLName in org.joda.property.path |
Fields in org.joda.property.path declared as XMLName | |
protected XMLName |
DocumentNavigator.NavElement.name
|
Uses of XMLName in org.joda.property.xml |
Methods in org.joda.property.xml that return XMLName | |
XMLName |
XMLData.getName()
Get the element name |
XMLName |
XMLMetaData.getKeyAttributeName()
Gets the key attribute name used for Map keys. |
XMLName |
XMLMetaData.getIDAttributeName()
Gets the id attribute name used for object identification. |
XMLName |
XMLMetaData.getIDREFAttributeName()
Gets the idref attribute name used for object identification. |
XMLName |
XMLMetaData.getTypeAttributeName()
Gets the type attribute name used for object type identification. |
XMLName |
XMLMetaData.getNullAttributeName()
Gets the null attribute name used to indicate a null value. |
Methods in org.joda.property.xml with parameters of type XMLName | |
XMLData |
XMLConvertorManager.getXMLData(XMLConvertorContext context,
java.lang.Object object,
XMLName rootName)
Build the XMLData for the object passed in. |
protected void |
SAXOutputter.sendStartElement(org.xml.sax.ContentHandler handler,
XMLName name,
org.xml.sax.Attributes saxAttrs)
Event sent to indicate the start tag of an element. |
protected void |
SAXOutputter.sendEndElement(org.xml.sax.ContentHandler handler,
XMLName name)
Event sent to indicate the end tag of an element. |
void |
XMLData.setName(XMLName name)
Set the element name. |
XMLData |
XMLData.getChild(XMLName name)
Get an XMLData child by xml name |
XMLData |
XMLData.addNewChild(XMLName name)
Create an XMLData child by name |
java.lang.String |
XMLData.getAttributeValue(XMLName name)
Get an attribute value |
void |
XMLData.removeAttribute(XMLName name)
Remove an attribute value |
void |
XMLData.putAttribute(XMLName name,
java.lang.String value,
java.lang.String type)
Set an attribute |
void |
XMLMetaData.setKeyAttributeName(XMLName keyAttributeName)
Sets the key attribute name used for Map keys. |
void |
XMLMetaData.setIDAttributeName(XMLName idAttributeName)
Sets the id attribute name used for object identification. |
void |
XMLMetaData.setIDREFAttributeName(XMLName idrefAttributeName)
Sets the idref attribute name used for object identification. |
void |
XMLMetaData.setTypeAttributeName(XMLName typeAttributeName)
Sets the type attribute name used for object type identification. |
void |
XMLMetaData.setNullAttributeName(XMLName nullAttributeName)
Sets the null attribute name used to indicate a null value. |
Constructors in org.joda.property.xml with parameters of type XMLName | |
XMLData(XMLData parent,
XMLName name)
Constructor |
|
Joda System API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |