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 TypeInterfaceDescriptioninterface
This is an interface for anything which can be a child.interface
This is an interface for anything which can be a parent:Element
andDocument
.Classes in de.pdark.decentxml that implement NodeModifier and TypeClassDescriptionclass
This class represents an attribute of anElement
class
The parent class for all nodes in the XML document.class
class
This class represents an XML document.class
An element in a XML document.class
class
This class contains all the code necessary to implement nodes which can have child nodes (like Document or Element).class
class
class
This class allows to manipulate the XML encoding at the beginning of an XML document.Fields in de.pdark.decentxml declared as NodeModifier and TypeFieldDescriptionprotected Node
XMLWriter.current
private Node
Location.node
private Node
XMLParseException.node
Fields 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 fromorig
intothis
protected Node
XMLParser.createAttribute
(Token token) protected Node
XMLParser.createCData
(Token token) Node.createClone()
Simulate clone()protected Node
XMLParser.createComment
(Token token) protected Node
XMLParser.createDocTypeText
(Token token) protected Node
XMLParser.createElement
(Token token) protected Node
XMLParser.createElementWhitespace
(Token token) protected Node
XMLParser.createEntity
(Token token) protected Node
XMLParser.createProcessingInstruction
(Token token) protected Node
XMLParser.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 Node
This 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 fromorig
intothis
static boolean
XMLUtils.isAttribute
(Node n) static boolean
static boolean
boolean
int
NodeWithChildren.nodeIndexOf
(Node node) int
Parent.nodeIndexOf
(Node node) The index of the node in the node list or -1 if it isn't in the listboolean
Document.removeNode
(Node n) boolean
NodeWithChildren.removeNode
(Node n) boolean
Parent.removeNode
(Node node) Remove a node from the listvoid
static String
Helper method forString toXML()
to handle theIOException
thatStringWriter
will never throw.void
If you want to see every node written to the underlying writer, this is the place.void
XMLWriter.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 TypeClassDescriptionclass
class
class
class
class
class
Fields in de.pdark.decentxml.dtd with type parameters of type NodeModifier and TypeFieldDescriptionDocType.nodes
DocTypeAttributeList.nodes
DocTypeEntity.nodes
DocTypeNotation.nodes
Methods 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 TypeMethodDescriptionvoid
void
void
void
abstract void
void
void
void