public class XMLFragment extends XMLNode
Constructor and Description |
---|
XMLFragment() |
Modifier and Type | Method and Description |
---|---|
boolean |
addAttribute(XMLAttribute att)
Adds the attribute.
|
boolean |
addChildren(XMLFragment child)
Adds the children.
|
boolean |
equals(java.lang.Object obj) |
java.util.Set<XMLAttribute> |
getAttributes()
Gets the attributes.
|
java.util.Collection<XMLFragment> |
getChildren()
Gets the children.
|
java.util.Collection<Namespace> |
getNamespaces()
Gets the namespaces.
|
int |
hashCode()
This is the java hashCode method.
|
boolean |
removeAttribute(XMLAttribute att)
Removes the attribute.
|
boolean |
removeChildren(XMLFragment child)
Removes the children.
|
void |
setHash(java.lang.Integer value)
Method used by hibernate to set the value.
|
void |
setNamespaces(java.util.Collection<Namespace> namespaces)
Sets the namespaces.
|
public java.util.Collection<XMLFragment> getChildren()
public boolean addChildren(XMLFragment child)
child
- the childpublic boolean removeChildren(XMLFragment child)
child
- the childpublic java.util.Set<XMLAttribute> getAttributes()
public boolean addAttribute(XMLAttribute att)
att
- the attpublic boolean removeAttribute(XMLAttribute att)
att
- the attpublic java.util.Collection<Namespace> getNamespaces()
public void setNamespaces(java.util.Collection<Namespace> namespaces)
namespaces
- the namespaces to setpublic int hashCode()
public void setHash(java.lang.Integer value)
value
- the new hashCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa