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 ElementLocation.elementprivate ElementXMLParseException.elementprivate ElementDocument.rootNodeFields 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 TypeMethodDescriptionintElement.childIndexOf(Element element) protected voidXMLParser.expandEntity(Element parent, XMLTokenizer parentTokenizer, Token entityToken, Set<String> recursionTrap) booleanXMLWriter.hasSingleTextChild(Element e) booleanprotected voidXMLParser.parseElement(XMLTokenizer tokenizer, Element parent) Parse all tokens up to the end tag recursively into an element.protected TokenXMLParser.parseElementContent(XMLTokenizer tokenizer, Element parent, Set<String> recursionTrap) XMLParseException.setElement(Element e) Document.setRootNode(Element rootNode) voidWrite an element with all attributes and childrenvoidXMLWriter.writeAttributes(Element e) voidXMLWriter.writeBeginElement(Element e) Write the start tag of an element including the attributes.voidXMLWriter.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