addContent(String str) | Element | [inline] |
addContent(Text text) | Element | [inline] |
addContent(CDATA cdata) | Element | [inline] |
addContent(Element element) | Element | [inline] |
addContent(ProcessingInstruction pi) | Element | [inline] |
addContent(EntityRef entity) | Element | [inline] |
addContent(Comment comment) | Element | [inline] |
additionalNamespaces | Element | [protected] |
addNamespaceDeclaration(Namespace additional) | Element | [inline] |
attributes | Element | [protected] |
clone() | Element | [inline] |
content | Element | [protected] |
CVS_ID (defined in Element) | Element | [private, static] |
detach() | Element | [inline] |
Element() | Element | [inline, protected] |
Element(String name, Namespace namespace) (defined in Element) | Element | [inline] |
Element(String name) | Element | [inline] |
Element(String name, String uri) | Element | [inline] |
Element(String name, String prefix, String uri) | Element | [inline] |
equals(Object ob) | Element | [inline] |
getAdditionalNamespaces() | Element | [inline] |
getAttribute(String name) | Element | [inline] |
getAttribute(String name, Namespace ns) | Element | [inline] |
getAttributes() | Element | [inline] |
getAttributeValue(String name) | Element | [inline] |
getAttributeValue(String name, Namespace ns) | Element | [inline] |
getChild(String name, Namespace ns) | Element | [inline] |
getChild(String name) | Element | [inline] |
getChildren() | Element | [inline] |
getChildren(String name) | Element | [inline] |
getChildren(String name, Namespace ns) | Element | [inline] |
getChildText(String name) | Element | [inline] |
getChildText(String name, Namespace ns) | Element | [inline] |
getChildTextNormalize(String name) | Element | [inline] |
getChildTextNormalize(String name, Namespace ns) | Element | [inline] |
getChildTextTrim(String name) | Element | [inline] |
getChildTextTrim(String name, Namespace ns) | Element | [inline] |
getContent() | Element | [inline] |
getDocument() | Element | [inline] |
getName() | Element | [inline] |
getNamespace() | Element | [inline] |
getNamespace(String prefix) | Element | [inline] |
getNamespacePrefix() | Element | [inline] |
getNamespaceURI() | Element | [inline] |
getParent() | Element | [inline] |
getQualifiedName() | Element | [inline] |
getText() | Element | [inline] |
getTextNormalize() | Element | [inline] |
getTextTrim() | Element | [inline] |
hasChildren() | Element | [inline] |
hashCode() | Element | [inline] |
INITIAL_ARRAY_SIZE (defined in Element) | Element | [private, static] |
isAncestor(Element element) | Element | [inline] |
isRootElement() | Element | [inline] |
name | Element | [protected] |
parent | Element | [protected] |
readObject(ObjectInputStream in) throws IOException, ClassNotFoundException (defined in Element) | Element | [inline, private] |
removeAttribute(String name) | Element | [inline] |
removeAttribute(String name, Namespace ns) | Element | [inline] |
removeAttribute(Attribute attribute) | Element | [inline] |
removeChild(String name) | Element | [inline] |
removeChild(String name, Namespace ns) | Element | [inline] |
removeChildren(String name) | Element | [inline] |
removeChildren(String name, Namespace ns) | Element | [inline] |
removeChildren() | Element | [inline] |
removeContent(Element element) | Element | [inline] |
removeContent(ProcessingInstruction pi) | Element | [inline] |
removeContent(Comment comment) | Element | [inline] |
removeContent(CDATA cdata) | Element | [inline] |
removeContent(Text text) | Element | [inline] |
removeContent(EntityRef entity) | Element | [inline] |
removeNamespaceDeclaration(Namespace additionalNamespace) | Element | [inline] |
removeRange(List list, int start, int end) (defined in Element) | Element | [inline, private] |
setAttribute(String name, String value) | Element | [inline] |
setAttribute(String name, String value, Namespace ns) | Element | [inline] |
setAttribute(Attribute attribute) | Element | [inline] |
setAttributes(List newAttributes) | Element | [inline] |
setChildren(List children) | Element | [inline] |
setContent(List newContent) | Element | [inline] |
setDocument(Document document) | Element | [inline, protected] |
setName(String name) | Element | [inline] |
setNamespace(Namespace namespace) | Element | [inline] |
setParent(Element parent) | Element | [inline, protected] |
setText(String text) | Element | [inline] |
toString() | Element | [inline] |
writeObject(ObjectOutputStream out) throws IOException (defined in Element) | Element | [inline, private] |