Uses of Interface
com.helger.xml.microdom.IMicroElement
Packages that use IMicroElement
Package
Description
-
Uses of IMicroElement in com.helger.xml.microdom
Classes in com.helger.xml.microdom that implement IMicroElementModifier and TypeClassDescriptionfinal classDefault implementation of theIMicroElementinterface.Methods in com.helger.xml.microdom that return IMicroElementModifier and TypeMethodDescriptiondefault IMicroElementIMicroNode.appendElement(String sTagName) Append an element without namespace to this node.default IMicroElementIMicroNode.appendElement(String sNamespaceURI, String sTagName) Append an element with namespace to this node.AbstractMicroNode.findParentElement(Predicate<? super IMicroElement> aFilter) IMicroNode.findParentElement(Predicate<? super IMicroElement> aFilter) IMicroElement.getClone()MicroElement.getClone()IMicroDocument.getDocumentElement()MicroDocument.getDocumentElement()default IMicroElementIMicroElement.getFirstChildElement()Get the first child element of this element.default IMicroElementIMicroElement.getFirstChildElement(String sTagName) Get the first child element with the given tag name.default IMicroElementIMicroElement.getFirstChildElement(String sNamespaceURI, String sLocalName) Get the first child element with the given tag name and the given namespace.IMicroElement.getFirstChildElement(Predicate<? super IMicroElement> aFilter) MicroElement.getFirstChildElement(Predicate<? super IMicroElement> aFilter) default IMicroElementIMicroNode.getParentElementWithName(String sTagName) default IMicroElementIMicroNode.getParentElementWithName(String sNamespaceURI, String sTagName) Methods in com.helger.xml.microdom that return types with arguments of type IMicroElementModifier and TypeMethodDescriptionstatic Predicate<? super IMicroElement> IMicroElement.filterName(String sTagOrLocalName) static Predicate<? super IMicroElement> IMicroElement.filterNamespaceURI(String sNamespaceURI) static Predicate<? super IMicroElement> IMicroElement.filterNamespaceURIAndName(String sNamespaceURI, String sTagOrLocalName) default com.helger.commons.collection.impl.ICommonsList<IMicroElement> IMicroElement.getAllChildElements()Get a list of all direct child elements.default com.helger.commons.collection.impl.ICommonsList<IMicroElement> IMicroElement.getAllChildElements(String sTagName) Get a list of all direct child elements having the specified tag name.default com.helger.commons.collection.impl.ICommonsList<IMicroElement> IMicroElement.getAllChildElements(String sNamespaceURI, String sLocalName) Get a list of all direct child elements having the specified namespace and the specified tag name.default com.helger.commons.collection.impl.ICommonsList<IMicroElement> IMicroElement.getAllChildElements(Predicate<? super IMicroElement> aFilter) Get a list of all direct child elements matching the provided filter.com.helger.commons.collection.impl.ICommonsList<IMicroElement> IMicroElement.getAllChildElementsRecursive()Recursively get all child elements.com.helger.commons.collection.impl.ICommonsList<IMicroElement> MicroElement.getAllChildElementsRecursive()Method parameters in com.helger.xml.microdom with type arguments of type IMicroElementModifier and TypeMethodDescriptionbooleanIMicroElement.containsAnyChildElement(Predicate<? super IMicroElement> aFilter) Check if this element has at least one direct child element that matches the provided filter.booleanMicroElement.containsAnyChildElement(Predicate<? super IMicroElement> aFilter) AbstractMicroNode.findParentElement(Predicate<? super IMicroElement> aFilter) IMicroNode.findParentElement(Predicate<? super IMicroElement> aFilter) default voidIMicroElement.forAllChildElements(Consumer<? super IMicroElement> aConsumer) voidIMicroElement.forAllChildElements(Predicate<? super IMicroElement> aFilter, Consumer<? super IMicroElement> aConsumer) voidIMicroElement.forAllChildElements(Predicate<? super IMicroElement> aFilter, Consumer<? super IMicroElement> aConsumer) voidMicroElement.forAllChildElements(Predicate<? super IMicroElement> aFilter, Consumer<? super IMicroElement> aConsumer) voidMicroElement.forAllChildElements(Predicate<? super IMicroElement> aFilter, Consumer<? super IMicroElement> aConsumer) default com.helger.commons.state.EContinueIMicroElement.forAllChildElementsBreakable(Function<? super IMicroElement, com.helger.commons.state.EContinue> aConsumer) com.helger.commons.state.EContinueIMicroElement.forAllChildElementsBreakable(Predicate<? super IMicroElement> aFilter, Function<? super IMicroElement, com.helger.commons.state.EContinue> aConsumer) com.helger.commons.state.EContinueIMicroElement.forAllChildElementsBreakable(Predicate<? super IMicroElement> aFilter, Function<? super IMicroElement, com.helger.commons.state.EContinue> aConsumer) com.helger.commons.state.EContinueMicroElement.forAllChildElementsBreakable(Predicate<? super IMicroElement> aFilter, Function<? super IMicroElement, com.helger.commons.state.EContinue> aConsumer) com.helger.commons.state.EContinueMicroElement.forAllChildElementsBreakable(Predicate<? super IMicroElement> aFilter, Function<? super IMicroElement, com.helger.commons.state.EContinue> aConsumer) default com.helger.commons.collection.impl.ICommonsList<IMicroElement> IMicroElement.getAllChildElements(Predicate<? super IMicroElement> aFilter) Get a list of all direct child elements matching the provided filter.default intIMicroElement.getChildElementCount(Predicate<? super IMicroElement> aFilter) Get the number of direct child elements that match the provided filter.IMicroElement.getFirstChildElement(Predicate<? super IMicroElement> aFilter) MicroElement.getFirstChildElement(Predicate<? super IMicroElement> aFilter) -
Uses of IMicroElement in com.helger.xml.microdom.convert
Methods in com.helger.xml.microdom.convert that return IMicroElementModifier and TypeMethodDescriptionColorMicroTypeConverter.convertToMicroElement(Color aObject, String sNamespaceURI, String sTagName) default IMicroElementIMicroTypeConverter.convertToMicroElement(T aObject, String sTagName) Convert the passed object to a micro element using the specified tag name and anullnamespace URI.IMicroTypeConverter.convertToMicroElement(T aObject, String sNamespaceURI, String sTagName) Convert the passed object to a micro element using the specified tag namestatic <T> IMicroElementMicroTypeConverter.convertToMicroElement(T aObject, String sTagName) static <T> IMicroElementMicroTypeConverter.convertToMicroElement(T aObject, String sNamespaceURI, String sTagName) StringBasedMicroTypeConverter.convertToMicroElement(T aObject, String sNamespaceURI, String sTagName) StringMicroTypeConverter.convertToMicroElement(String aObject, String sNamespaceURI, String sTagName) Methods in com.helger.xml.microdom.convert with parameters of type IMicroElementModifier and TypeMethodDescriptionColorMicroTypeConverter.convertToNative(IMicroElement aElement) IMicroTypeConverter.convertToNative(IMicroElement aElement) Convert the passed object to a native element.static <DSTTYPE> DSTTYPEMicroTypeConverter.convertToNative(IMicroElement aElement, Class<DSTTYPE> aDstClass) static <DSTTYPE> DSTTYPEMicroTypeConverter.convertToNative(IMicroElement aElement, Class<DSTTYPE> aDstClass, DSTTYPE aNullValue) com.helger.commons.text.MultilingualTextMultilingualTextMicroTypeConverterRegistrar.MultilingualTextConverter.convertToNative(IMicroElement aElement) com.helger.commons.text.ReadOnlyMultilingualTextMultilingualTextMicroTypeConverterRegistrar.ReadOnlyMultilingualTextConverter.convertToNative(IMicroElement aElement) StringBasedMicroTypeConverter.convertToNative(IMicroElement aElement) StringMicroTypeConverter.convertToNative(IMicroElement aElement) -
Uses of IMicroElement in com.helger.xml.microdom.util
Methods in com.helger.xml.microdom.util that return types with arguments of type IMicroElementModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<? extends IMicroElement> ChildrenProviderElementWithName.getAllChildren(IMicroElement aCurrent) Methods in com.helger.xml.microdom.util with parameters of type IMicroElementModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<? extends IMicroElement> ChildrenProviderElementWithName.getAllChildren(IMicroElement aCurrent) intChildrenProviderElementWithName.getChildCount(IMicroElement aCurrent) static StringMicroHelper.getChildTextContent(IMicroElement eParentElement, String sChildElementName) Helper method to extract the text content of the child element denoted by the parameter sChildElementName of the passed parent element.static StringMicroHelper.getChildTextContent(IMicroElement eParentElement, String sNamespaceURI, String sChildElementName) Helper method to extract the text content of the child element denoted by the parameters sNamespaceURI and sChildElementName of the passed parent element.static StringMicroHelper.getChildTextContentTrimmed(IMicroElement eParentElement, String sChildElementName) Helper method to extract the text content of the child element denoted by the parameter sChildElementName of the passed parent element.static StringMicroHelper.getChildTextContentTrimmed(IMicroElement eParentElement, String sNamespaceURI, String sChildElementName) Helper method to extract the text content of the child element denoted by the parameters sNamespaceURI and sChildElementName of the passed parent element.static <DSTTYPE> DSTTYPEMicroHelper.getChildTextContentWithConversion(IMicroElement eParentElement, String sChildElementName, Class<DSTTYPE> aDstClass) Helper method to extract the text content of the child element denoted by the parameter sChildElementName of the passed parent element.static <DSTTYPE> DSTTYPEMicroHelper.getChildTextContentWithConversion(IMicroElement eParentElement, String sNamespaceURI, String sChildElementName, Class<DSTTYPE> aDstClass) Helper method to extract the text content of the child element denoted by the parameters sNamespaceURI and sChildElementName of the passed parent element.booleanChildrenProviderElementWithName.hasChildren(IMicroElement aCurrent) static com.helger.commons.state.ESuccessXMLListHandler.readList(IMicroElement aParentElement, Collection<String> aTargetList) static com.helger.commons.state.ESuccessXMLMapHandler.readMap(IMicroElement aParentElement, Map<String, String> aTargetMap) -
Uses of IMicroElement in com.helger.xml.util.mime
Methods in com.helger.xml.util.mime that return IMicroElementModifier and TypeMethodDescriptionMimeTypeInfoMicroTypeConverter.convertToMicroElement(MimeTypeInfo aObject, String sNamespaceURI, String sTagName) Methods in com.helger.xml.util.mime with parameters of type IMicroElementModifier and TypeMethodDescriptionMimeTypeInfoMicroTypeConverter.convertToNative(IMicroElement aElement) -
Uses of IMicroElement in com.helger.xml.util.statistics
Methods in com.helger.xml.util.statistics that return IMicroElementConstructors in com.helger.xml.util.statistics with parameters of type IMicroElement -
Uses of IMicroElement in com.helger.xml.util.thread
Methods in com.helger.xml.util.thread that return IMicroElementModifier and TypeMethodDescriptionThreadDescriptor.getAsMicroNode()ThreadDescriptorList.getAsMicroNode()