Uses of Interface
org.apache.maven.api.xml.XmlNode
-
Uses of XmlNode in org.apache.maven.api.xml
Methods in org.apache.maven.api.xml that return XmlNodeModifier and TypeMethodDescriptionXmlNode.Builder.build()Builds a new XmlNode instance with the current builder settings.Returns the first child node with the specified name.protected abstract XmlNodeImplementation method for merging two XML nodes.protected abstract XmlNodeXmlService.doRead(InputStream input, XmlService.InputLocationBuilder locationBuilder) Implementation method for reading an XML node from an input stream.protected abstract XmlNodeXmlService.doRead(Reader reader, XmlService.InputLocationBuilder locationBuilder) Implementation method for reading an XML node from a reader.protected abstract XmlNodeXmlService.doRead(XMLStreamReader reader, XmlService.InputLocationBuilder locationBuilder) Implementation method for reading an XML node from an XMLStreamReader.default XmlNodeDeprecated, for removal: This API element is subject to removal in a future version.default XmlNodeDeprecated, for removal: This API element is subject to removal in a future version.default XmlNodeDeprecated, for removal: This API element is subject to removal in a future version.useXmlService.merge(XmlNode, XmlNode, Boolean)insteadstatic XmlNodeDeprecated, for removal: This API element is subject to removal in a future version.useXmlService.merge(XmlNode, XmlNode, Boolean)insteadstatic XmlNodestatic XmlNodeConvenience method to merge two XML nodes using default settings.static XmlNodeMerges two XML nodes.static XmlNodeXmlNode.newInstance(String name) Creates a new XmlNode instance with the specified name.static XmlNodeXmlNode.newInstance(String name, String value) Creates a new XmlNode instance with the specified name and value.static XmlNodeXmlNode.newInstance(String name, String value, Map<String, String> attrs, List<XmlNode> children, Object location) Creates a new XmlNode instance with all properties specified.static XmlNodeXmlNode.newInstance(String name, List<XmlNode> children) Creates a new XmlNode instance with the specified name and children.static XmlNodeXmlService.read(InputStream input, XmlService.InputLocationBuilder locationBuilder) Reads an XML node from an input stream.static XmlNodeReads an XML node from a reader.static XmlNodeXmlService.read(Reader reader, XmlService.InputLocationBuilder locationBuilder) Reads an XML node from a reader.static XmlNodeXmlService.read(XMLStreamReader reader) Reads an XML node from an XMLStreamReader.static XmlNodeXmlService.read(XMLStreamReader reader, XmlService.InputLocationBuilder locationBuilder) Reads an XML node from an XMLStreamReader.Methods in org.apache.maven.api.xml that return types with arguments of type XmlNodeModifier and TypeMethodDescriptionXmlNode.children()Returns an immutable list of all child nodes.XmlNode.getChildren()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.apache.maven.api.xml with parameters of type XmlNodeModifier and TypeMethodDescriptionprotected abstract XmlNodeImplementation method for merging two XML nodes.protected abstract voidImplementation method for writing an XML node to a writer.default XmlNodeDeprecated, for removal: This API element is subject to removal in a future version.useXmlService.merge(XmlNode, XmlNode, Boolean)insteaddefault XmlNodeDeprecated, for removal: This API element is subject to removal in a future version.useXmlService.merge(XmlNode, XmlNode, Boolean)insteadstatic XmlNodeDeprecated, for removal: This API element is subject to removal in a future version.useXmlService.merge(XmlNode, XmlNode, Boolean)insteadstatic XmlNodestatic XmlNodeConvenience method to merge two XML nodes using default settings.static XmlNodeMerges two XML nodes.static voidWrites an XML node to a writer.Method parameters in org.apache.maven.api.xml with type arguments of type XmlNodeModifier and TypeMethodDescriptionSets the child nodes of the XML node.static XmlNodeXmlNode.newInstance(String name, String value, Map<String, String> attrs, List<XmlNode> children, Object location) Creates a new XmlNode instance with all properties specified.static XmlNodeXmlNode.newInstance(String name, List<XmlNode> children) Creates a new XmlNode instance with the specified name and children.
XmlService.merge(XmlNode, XmlNode, Boolean)instead