| Package | Description |
|---|---|
| com.helger.commons.microdom | |
| com.helger.commons.microdom.convert | |
| com.helger.commons.microdom.util | |
| com.helger.commons.statistics.util | |
| com.helger.commons.tree.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
MicroElement
Default implementation of the
IMicroElement interface. |
| Modifier and Type | Method and Description |
|---|---|
IMicroElement |
IMicroNode.appendElement(String sTagName)
Append an element without namespace to this node.
|
IMicroElement |
AbstractMicroNode.appendElement(String sTagName) |
IMicroElement |
IMicroNode.appendElement(String sNamespaceURI,
String sTagName)
Append an element with namespace to this node.
|
IMicroElement |
AbstractMicroNode.appendElement(String sNamespaceURI,
String sTagName) |
IMicroElement |
MicroElement.getClone() |
IMicroElement |
IMicroElement.getClone() |
IMicroElement |
MicroDocument.getDocumentElement() |
IMicroElement |
IMicroDocument.getDocumentElement() |
IMicroElement |
MicroElement.getFirstChildElement() |
IMicroElement |
IMicroElement.getFirstChildElement()
Get the first child element of this element.
|
IMicroElement |
MicroElement.getFirstChildElement(String sTagName) |
IMicroElement |
IMicroElement.getFirstChildElement(String sTagName)
Get the first child element with the given tag name.
|
IMicroElement |
MicroElement.getFirstChildElement(String sNamespaceURI,
String sLocalName) |
IMicroElement |
IMicroElement.getFirstChildElement(String sNamespaceURI,
String sLocalName)
Get the first child element with the given tag name and the given
namespace.
|
IMicroElement |
IMicroNode.getParentElementWithName(String sTagName) |
IMicroElement |
AbstractMicroNode.getParentElementWithName(String sTagName) |
IMicroElement |
IMicroNode.getParentElementWithName(String sNamespaceURI,
String sTagName) |
IMicroElement |
AbstractMicroNode.getParentElementWithName(String sNamespaceURI,
String sTagName) |
IMicroElement |
MicroElement.setAttribute(IMicroQName aAttrName,
boolean bAttrValue) |
IMicroElement |
IMicroElement.setAttribute(IMicroQName aAttrName,
boolean bAttrValue)
Set an attribute value of this element.
|
IMicroElement |
IMicroElement.setAttribute(IMicroQName aAttrName,
IHasAttributeValue aAttrValueProvider)
Set an attribute value of this element.
|
IMicroElement |
MicroElement.setAttribute(IMicroQName aAttrName,
int nAttrValue) |
IMicroElement |
IMicroElement.setAttribute(IMicroQName aAttrName,
int nAttrValue)
Set an attribute value of this element.
|
IMicroElement |
MicroElement.setAttribute(IMicroQName aAttrName,
long nAttrValue) |
IMicroElement |
IMicroElement.setAttribute(IMicroQName aAttrName,
long nAttrValue)
Set an attribute value of this element.
|
IMicroElement |
IMicroElement.setAttribute(IMicroQName aAttrName,
String sAttrValue)
Set an attribute value of this element.
|
IMicroElement |
MicroElement.setAttribute(String sAttrName,
boolean bAttrValue) |
IMicroElement |
IMicroElement.setAttribute(String sAttrName,
boolean bAttrValue)
Set an attribute value of this element.
|
IMicroElement |
IMicroElement.setAttribute(String sAttrName,
IHasAttributeValue aAttrValueProvider)
Set an attribute value of this element.
|
IMicroElement |
MicroElement.setAttribute(String sAttrName,
int nAttrValue) |
IMicroElement |
IMicroElement.setAttribute(String sAttrName,
int nAttrValue)
Set an attribute value of this element.
|
IMicroElement |
MicroElement.setAttribute(String sAttrName,
long nAttrValue) |
IMicroElement |
IMicroElement.setAttribute(String sAttrName,
long nAttrValue)
Set an attribute value of this element.
|
IMicroElement |
IMicroElement.setAttribute(String sAttrName,
String sAttrValue)
Set an attribute value of this element.
|
IMicroElement |
MicroElement.setAttribute(String sNamespaceURI,
String sAttrName,
boolean bAttrValue) |
IMicroElement |
IMicroElement.setAttribute(String sNamespaceURI,
String sAttrName,
boolean bAttrValue)
Set an attribute value of this element.
|
IMicroElement |
IMicroElement.setAttribute(String sNamespaceURI,
String sAttrName,
IHasAttributeValue aAttrValueProvider)
Set an attribute value of this element.
|
IMicroElement |
MicroElement.setAttribute(String sNamespaceURI,
String sAttrName,
int nAttrValue) |
IMicroElement |
IMicroElement.setAttribute(String sNamespaceURI,
String sAttrName,
int nAttrValue)
Set an attribute value of this element.
|
IMicroElement |
MicroElement.setAttribute(String sNamespaceURI,
String sAttrName,
long nAttrValue) |
IMicroElement |
IMicroElement.setAttribute(String sNamespaceURI,
String sAttrName,
long nAttrValue)
Set an attribute value of this element.
|
IMicroElement |
IMicroElement.setAttribute(String sNamespaceURI,
String sAttrName,
String sAttrValue)
Set an attribute value of this element.
|
IMicroElement |
MicroElement.setAttributeWithConversion(IMicroQName aAttrName,
Object aAttrValue) |
IMicroElement |
IMicroElement.setAttributeWithConversion(IMicroQName aAttrName,
Object aAttrValue)
Set an attribute value of this element.
|
IMicroElement |
MicroElement.setAttributeWithConversion(String sAttrName,
Object aAttrValue) |
IMicroElement |
IMicroElement.setAttributeWithConversion(String sAttrName,
Object aAttrValue)
Set an attribute value of this element.
|
IMicroElement |
MicroElement.setAttributeWithConversion(String sNamespaceURI,
String sAttrName,
Object aAttrValue) |
IMicroElement |
IMicroElement.setAttributeWithConversion(String sNamespaceURI,
String sAttrName,
Object aAttrValue)
Set an attribute value of this element.
|
| Modifier and Type | Method and Description |
|---|---|
List<IMicroElement> |
MicroElement.getAllChildElements() |
List<IMicroElement> |
IMicroElement.getAllChildElements()
Get a list of all direct child elements.
|
List<IMicroElement> |
MicroElement.getAllChildElements(String sTagName) |
List<IMicroElement> |
IMicroElement.getAllChildElements(String sTagName)
Get a list of all direct child elements having the specified tag name.
|
List<IMicroElement> |
MicroElement.getAllChildElements(String sNamespaceURI,
String sLocalName) |
List<IMicroElement> |
IMicroElement.getAllChildElements(String sNamespaceURI,
String sLocalName)
Get a list of all direct child elements having the specified namespace and
the specified tag name.
|
List<IMicroElement> |
MicroElement.getAllChildElementsRecursive() |
List<IMicroElement> |
IMicroElement.getAllChildElementsRecursive()
Recursively get all child elements.
|
| Modifier and Type | Method and Description |
|---|---|
static IMicroElement |
MicroTypeConverter.convertToMicroElement(Object aObject,
String sTagName) |
IMicroElement |
StringMicroTypeConverter.convertToMicroElement(Object aObject,
String sNamespaceURI,
String sTagName) |
IMicroElement |
StringBasedMicroTypeConverter.convertToMicroElement(Object aObject,
String sNamespaceURI,
String sTagName) |
static IMicroElement |
MicroTypeConverter.convertToMicroElement(Object aObject,
String sNamespaceURI,
String sTagName) |
IMicroElement |
IMicroTypeConverter.convertToMicroElement(Object aObject,
String sNamespaceURI,
String sTagName)
Convert the passed object to a micro element using the specified tag name
|
| Modifier and Type | Method and Description |
|---|---|
String |
StringMicroTypeConverter.convertToNative(IMicroElement aElement) |
Object |
StringBasedMicroTypeConverter.convertToNative(IMicroElement aElement) |
ReadOnlyMultilingualText |
MultilingualTextMicroTypeConverterRegistrar.ReadOnlyMultilingualTextConverter.convertToNative(IMicroElement aElement) |
MultilingualText |
MultilingualTextMicroTypeConverterRegistrar.MultilingualTextConverter.convertToNative(IMicroElement aElement) |
Object |
IMicroTypeConverter.convertToNative(IMicroElement aElement)
Convert the passed object to a native element.
|
static <DSTTYPE> DSTTYPE |
MicroTypeConverter.convertToNative(IMicroElement aElement,
Class<DSTTYPE> aDstClass) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends IMicroElement> |
ChildrenProviderElementWithName.getAllChildren(IMicroElement aCurrent) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends IMicroElement> |
ChildrenProviderElementWithName.getAllChildren(IMicroElement aCurrent) |
int |
ChildrenProviderElementWithName.getChildCount(IMicroElement aCurrent) |
static String |
MicroHelper.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 String |
MicroHelper.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 String |
MicroHelper.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 String |
MicroHelper.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> DSTTYPE |
MicroHelper.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> DSTTYPE |
MicroHelper.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.
|
boolean |
ChildrenProviderElementWithName.hasChildren(IMicroElement aCurrent) |
static ESuccess |
XMLListHandler.readList(IMicroElement aParentElement,
Collection<String> aTargetList) |
static ESuccess |
XMLMapHandler.readMap(IMicroElement aParentElement,
Map<String,String> aTargetMap) |
| Modifier and Type | Method and Description |
|---|---|
IMicroElement |
StatisticsVisitorCallbackToXML.getRoot() |
| Constructor and Description |
|---|
StatisticsVisitorCallbackToXML(IMicroElement eRoot) |
| Modifier and Type | Method and Description |
|---|---|
static <DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>> |
TreeXMLConverter.getTreeAsXML(IBasicTree<DATATYPE,ITEMTYPE> aTree,
Comparator<? super ITEMTYPE> aItemComparator,
IConverterTreeItemToMicroNode<? super DATATYPE> aDataConverter) |
static <KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> |
TreeXMLConverter.getTreeWithIDAsXML(IBasicTree<DATATYPE,ITEMTYPE> aTree,
Comparator<? super ITEMTYPE> aItemComparator,
IConverter<KEYTYPE,String> aIDConverter,
IConverterTreeItemToMicroNode<? super DATATYPE> aDataConverter) |
static <DATATYPE,ITEMTYPE extends ITreeItemWithID<String,DATATYPE,ITEMTYPE>> |
TreeXMLConverter.getTreeWithStringIDAsXML(IBasicTree<DATATYPE,ITEMTYPE> aTree,
IConverterTreeItemToMicroNode<? super DATATYPE> aConverter)
Specialized conversion method for converting a tree with ID to a
standardized XML tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MicroTypeConverterTreeXML.appendDataValue(IMicroElement eDataElement,
DATATYPE aObject) |
void |
IConverterTreeItemToMicroNode.appendDataValue(IMicroElement eDataElement,
DATATYPE aObject) |
DATATYPE |
MicroTypeConverterTreeXML.getAsDataValue(IMicroElement eDataElement) |
DATATYPE |
IConverterMicroNodeToTreeItem.getAsDataValue(IMicroElement eDataElement) |
static <KEYTYPE,DATATYPE> |
TreeXMLConverter.getXMLAsTreeWithID(IMicroElement aElement,
IConverter<String,KEYTYPE> aIDConverter,
IConverterMicroNodeToTreeItem<? extends DATATYPE> aDataConverter) |
static <KEYTYPE,DATATYPE> |
TreeXMLConverter.getXMLAsTreeWithUniqueID(IMicroElement aElement,
IConverter<String,KEYTYPE> aIDConverter,
IConverterMicroNodeToTreeItem<? extends DATATYPE> aDataConverter) |
static <DATATYPE> DefaultTreeWithGlobalUniqueID<String,DATATYPE> |
TreeXMLConverter.getXMLAsTreeWithUniqueStringID(IMicroElement aElement,
IConverterMicroNodeToTreeItem<? extends DATATYPE> aDataConverter) |
Copyright © 2014–2015 Philip Helger. All rights reserved.