Uses of Class
de.pdark.decentxml.Element
Packages that use Element
-
Uses of Element in de.pdark.decentxml
Fields in de.pdark.decentxml declared as ElementModifier and TypeFieldDescriptionprivate Element
Location.element
private Element
XMLParseException.element
private Element
Document.rootNode
Fields in de.pdark.decentxml with type parameters of type ElementMethods in de.pdark.decentxml that return ElementModifier and TypeMethodDescriptionElement.addAttribute
(Attribute a) Element.addAttribute
(String name, String value) Element.addAttributes
(Attribute... attributes) Element.addNodes
(int index, Collection<? extends Node> nodes) Element.addNodes
(Collection<? extends Node> nodes) Element.checkMandatoryAttribute
(String name) Element.clearChildNodes()
Deprecated.Use Element.clearChildren() insteadElement.clearChildren()
Element.clearText()
Element.copy()
Element.createClone()
Element.getChild
(int index) Find a child element (not a node!) by pathXMLParseException.getElement()
Element.getParentElement()
Document.getRootElement()
Element.removeAttribute
(String name) Element.setAttribute
(Attribute a) Element.setAttribute
(String name, String value) Element.setAttribute
(String name, String value, Namespace ns) Element.setBeginName
(String beginName) Element.setCompactEmpty
(boolean compactEmpty) Element.setEndName
(String endName) The string to be put into the end tag.Element.setPostSpace
(String postSpace) Methods in de.pdark.decentxml that return types with arguments of type ElementModifier and TypeMethodDescriptionElement.getChildren()
Element.getChildren
(String name) Element.getChildren
(String name, Namespace ns) Methods in de.pdark.decentxml with parameters of type ElementModifier and TypeMethodDescriptionint
Element.childIndexOf
(Element element) protected void
XMLParser.expandEntity
(Element parent, XMLTokenizer parentTokenizer, Token entityToken, Set<String> recursionTrap) boolean
XMLWriter.hasSingleTextChild
(Element e) boolean
protected void
XMLParser.parseElement
(XMLTokenizer tokenizer, Element parent) Parse all tokens up to the end tag recursively into an element.protected Token
XMLParser.parseElementContent
(XMLTokenizer tokenizer, Element parent, Set<String> recursionTrap) XMLParseException.setElement
(Element e) Document.setRootNode
(Element rootNode) void
Write an element with all attributes and childrenvoid
XMLWriter.writeAttributes
(Element e) void
XMLWriter.writeBeginElement
(Element e) Write the start tag of an element including the attributes.void
XMLWriter.writeEndElement
(Element e) Write the end tag of an elementConstructors in de.pdark.decentxml with parameters of type Element -
Uses of Element in de.pdark.decentxml.mapping
Methods in de.pdark.decentxml.mapping with parameters of type ElementModifier and TypeMethodDescription