Uses of Interface
de.pdark.decentxml.Node
Packages that use Node
-
Uses of Node in de.pdark.decentxml
Subinterfaces of Node in de.pdark.decentxmlModifier and TypeInterfaceDescriptioninterfaceThis is an interface for anything which can be a child.interfaceThis is an interface for anything which can be a parent:ElementandDocument.Classes in de.pdark.decentxml that implement NodeModifier and TypeClassDescriptionclassThis class represents an attribute of anElementclassThe parent class for all nodes in the XML document.classclassThis class represents an XML document.classAn element in a XML document.classclassThis class contains all the code necessary to implement nodes which can have child nodes (like Document or Element).classclassclassThis class allows to manipulate the XML encoding at the beginning of an XML document.Fields in de.pdark.decentxml declared as NodeModifier and TypeFieldDescriptionprotected NodeXMLWriter.currentprivate NodeLocation.nodeprivate NodeXMLParseException.nodeFields in de.pdark.decentxml with type parameters of type NodeMethods in de.pdark.decentxml that return NodeModifier and TypeMethodDescriptionNode.copy()Simulate clone()Copy all data fromorigintothisprotected NodeXMLParser.createAttribute(Token token) protected NodeXMLParser.createCData(Token token) Node.createClone()Simulate clone()protected NodeXMLParser.createComment(Token token) protected NodeXMLParser.createDocTypeText(Token token) protected NodeXMLParser.createElement(Token token) protected NodeXMLParser.createElementWhitespace(Token token) protected NodeXMLParser.createEntity(Token token) protected NodeXMLParser.createProcessingInstruction(Token token) protected NodeXMLParser.createText(Token token) NodeWithChildren.getNode(int index) Parent.getNode(int index) Get a specific node from the listXMLParseException.getNode()TreeIterator.next()Document.removeNode(int index) NodeWithChildren.removeNode(int index) Parent.removeNode(int index) Remove a node from the listChange the text of the node.protected NodeThis turns a token into a node.Fast way to convert many nodes to XMLMethods in de.pdark.decentxml that return types with arguments of type NodeModifier and TypeMethodDescriptionNodeWithChildren.getNodes()Parent.getNodes()Get the list of child nodes.Methods in de.pdark.decentxml with parameters of type NodeModifier and TypeMethodDescriptionCopy all data fromorigintothisstatic booleanXMLUtils.isAttribute(Node n) static booleanstatic booleanbooleanintNodeWithChildren.nodeIndexOf(Node node) intParent.nodeIndexOf(Node node) The index of the node in the node list or -1 if it isn't in the listbooleanDocument.removeNode(Node n) booleanNodeWithChildren.removeNode(Node n) booleanParent.removeNode(Node node) Remove a node from the listvoidstatic StringHelper method forString toXML()to handle theIOExceptionthatStringWriterwill never throw.voidIf you want to see every node written to the underlying writer, this is the place.voidXMLWriter.writeAttributeValue(Node node, String value, char quoteChar) Method parameters in de.pdark.decentxml with type arguments of type NodeModifier and TypeMethodDescriptionDocument.addNodes(int index, Collection<? extends Node> nodes) Document.addNodes(Collection<? extends Node> nodes) Element.addNodes(int index, Collection<? extends Node> nodes) Element.addNodes(Collection<? extends Node> nodes) NodeWithChildren.addNodes(int index, Collection<? extends Node> nodes) NodeWithChildren.addNodes(Collection<? extends Node> nodes) Parent.addNodes(int index, Collection<? extends Node> nodes) Parent.addNodes(Collection<? extends Node> nodes) Constructors in de.pdark.decentxml with parameters of type Node -
Uses of Node in de.pdark.decentxml.dtd
Classes in de.pdark.decentxml.dtd that implement NodeModifier and TypeClassDescriptionclassclassclassclassclassclassFields in de.pdark.decentxml.dtd with type parameters of type NodeModifier and TypeFieldDescriptionDocType.nodesDocTypeAttributeList.nodesDocTypeEntity.nodesDocTypeNotation.nodesMethods in de.pdark.decentxml.dtd that return types with arguments of type NodeMethods in de.pdark.decentxml.dtd with parameters of type NodeModifier and TypeMethodDescriptionvoid -
Uses of Node in de.pdark.decentxml.mapping
Methods in de.pdark.decentxml.mapping with parameters of type NodeModifier and TypeMethodDescriptionvoidvoidvoidvoidabstract voidvoidvoidvoid