Uses of Interface
com.helger.xml.microdom.IMicroElement
-
Packages that use IMicroElement Package Description com.helger.xml.microdom com.helger.xml.microdom.convert com.helger.xml.microdom.util com.helger.xml.util.mime com.helger.xml.util.statistics com.helger.xml.util.thread -
-
Uses of IMicroElement in com.helger.xml.microdom
Classes in com.helger.xml.microdom that implement IMicroElement Modifier and Type Class Description classMicroElementDefault implementation of theIMicroElementinterface.Methods in com.helger.xml.microdom that return IMicroElement Modifier and Type Method Description default 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.IMicroElementAbstractMicroNode. findParentElement(Predicate<? super IMicroElement> aFilter)IMicroElementIMicroNode. findParentElement(Predicate<? super IMicroElement> aFilter)IMicroElementIMicroElement. getClone()IMicroElementMicroElement. getClone()IMicroElementIMicroDocument. getDocumentElement()IMicroElementMicroDocument. 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.IMicroElementIMicroElement. getFirstChildElement(Predicate<? super IMicroElement> aFilter)IMicroElementMicroElement. 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 IMicroElement Modifier and Type Method Description static com.helger.commons.functional.IPredicate<? super IMicroElement>IMicroElement. filterName(String sTagOrLocalName)static com.helger.commons.functional.IPredicate<? super IMicroElement>IMicroElement. filterNamespaceURI(String sNamespaceURI)static com.helger.commons.functional.IPredicate<? 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 IMicroElement Modifier and Type Method Description booleanIMicroElement. 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)IMicroElementAbstractMicroNode. findParentElement(Predicate<? super IMicroElement> aFilter)IMicroElementIMicroNode. 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.IMicroElementIMicroElement. getFirstChildElement(Predicate<? super IMicroElement> aFilter)IMicroElementMicroElement. getFirstChildElement(Predicate<? super IMicroElement> aFilter) -
Uses of IMicroElement in com.helger.xml.microdom.convert
Methods in com.helger.xml.microdom.convert that return IMicroElement Modifier and Type Method Description IMicroElementColorMicroTypeConverter. 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.IMicroElementIMicroTypeConverter. 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)IMicroElementStringBasedMicroTypeConverter. convertToMicroElement(T aObject, String sNamespaceURI, String sTagName)IMicroElementStringMicroTypeConverter. convertToMicroElement(String aObject, String sNamespaceURI, String sTagName)Methods in com.helger.xml.microdom.convert with parameters of type IMicroElement Modifier and Type Method Description ColorColorMicroTypeConverter. convertToNative(IMicroElement aElement)TIMicroTypeConverter. 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)TStringBasedMicroTypeConverter. convertToNative(IMicroElement aElement)StringStringMicroTypeConverter. 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 IMicroElement Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<? extends IMicroElement>ChildrenProviderElementWithName. getAllChildren(IMicroElement aCurrent)Methods in com.helger.xml.microdom.util with parameters of type IMicroElement Modifier and Type Method Description com.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 IMicroElement Modifier and Type Method Description IMicroElementMimeTypeInfoMicroTypeConverter. convertToMicroElement(MimeTypeInfo aObject, String sNamespaceURI, String sTagName)Methods in com.helger.xml.util.mime with parameters of type IMicroElement Modifier and Type Method Description MimeTypeInfoMimeTypeInfoMicroTypeConverter. convertToNative(IMicroElement aElement) -
Uses of IMicroElement in com.helger.xml.util.statistics
Methods in com.helger.xml.util.statistics that return IMicroElement Modifier and Type Method Description IMicroElementStatisticsVisitorCallbackToXML. getRoot()Constructors in com.helger.xml.util.statistics with parameters of type IMicroElement Constructor Description StatisticsVisitorCallbackToXML(IMicroElement eRoot) -
Uses of IMicroElement in com.helger.xml.util.thread
Methods in com.helger.xml.util.thread that return IMicroElement Modifier and Type Method Description IMicroElementThreadDescriptor. getAsMicroNode()IMicroElementThreadDescriptorList. getAsMicroNode()
-