Uses of Enum Class
org.x4o.xml.element.Element.ElementType
Packages that use Element.ElementType
-
Uses of Element.ElementType in org.x4o.xml.element
Subclasses with type arguments of type Element.ElementType in org.x4o.xml.elementModifier and TypeClassDescriptionstatic enum
The ElementTypes which are possible.Methods in org.x4o.xml.element that return Element.ElementTypeModifier and TypeMethodDescriptionAbstractElement.getElementType()
DefaultElementBodyCharacters.getElementType()
DefaultElementBodyComment.getElementType()
DefaultElementBodyWhitespace.getElementType()
Element.getElementType()
Gets the Element type.static Element.ElementType
Returns the enum constant of this class with the specified name.static Element.ElementType[]
Element.ElementType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.x4o.xml.element with parameters of type Element.ElementTypeModifier and TypeMethodDescriptionElement.ElementType.filterElements
(List<Element> elements, Element.ElementType elementType) Filters the given elments list to elementType.