Uses of Interface
org.simpleframework.xml.stream.InputNode
Packages that use InputNode
Package
Description
-
Uses of InputNode in org.simpleframework.xml
Methods in org.simpleframework.xml with parameters of type InputNodeModifier and TypeMethodDescription<T> TThisreadmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type.<T> TThisreadmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type.<T> TThisreadmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized.<T> TThisreadmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized.booleanThisvalidatemethod will validate the contents of the XML document against the specified XML class schema.booleanThisvalidatemethod will validate the contents of the XML document against the specified XML class schema. -
Uses of InputNode in org.simpleframework.xml.convert
Methods in org.simpleframework.xml.convert with parameters of type InputNodeModifier and TypeMethodDescriptionThisreadmethod is used to deserialize an object from the source XML.Method parameters in org.simpleframework.xml.convert with type arguments of type InputNodeModifier and TypeMethodDescriptionThis is used to read theValuewhich will be used to represent the deserialized object.This is used to read theValuewhich will be used to represent the deserialized object. -
Uses of InputNode in org.simpleframework.xml.core
Methods in org.simpleframework.xml.core with parameters of type InputNodeModifier and TypeMethodDescription<T> TThisreadmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type.<T> TThisreadmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type.<T> TThisreadmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized.<T> TThisreadmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized.booleanThisvalidatemethod will validate the contents of the XML document against the specified XML class schema.booleanThisvalidatemethod will validate the contents of the XML document against the specified XML class schema. -
Uses of InputNode in org.simpleframework.xml.strategy
Method parameters in org.simpleframework.xml.strategy with type arguments of type InputNodeModifier and TypeMethodDescriptionThis is used to resolve and load a class for the given element.voidThis is used to intercept an XML element before it is read by the underlyingStrategyimplementation.This method will read with an internal strategy after it has been intercepted by the visitor. -
Uses of InputNode in org.simpleframework.xml.stream
Methods in org.simpleframework.xml.stream that return InputNodeModifier and TypeMethodDescriptionInputNode.getAttribute(String name) Provides an attribute from the element represented.InputNode.getNext()This returns the next child element within this element if one exists.This returns the next child in this element if that child has the name provided.InputNode.getParent()This is used to acquire theNodethat is the parent of this node.static InputNodeNodeBuilder.read(InputStream source) This is used to create anInputNodethat can be used to read XML from the specified stream.static InputNodeThis is used to create anInputNodethat can be used to read XML from the specified reader.Methods in org.simpleframework.xml.stream that return types with arguments of type InputNodeModifier and TypeMethodDescriptionInputNode.getAttributes()This returns a map of the attributes contained within the element.