public interface IPSHasForeignElements extends IPSHasForeignAttributes
Modifier and Type | Method and Description |
---|---|
void |
addForeignElement(com.helger.xml.microdom.IMicroElement aForeignElement) |
default void |
addForeignElements(Iterable<com.helger.xml.microdom.IMicroElement> aForeignElements) |
com.helger.commons.collection.ext.ICommonsList<com.helger.xml.microdom.IMicroElement> |
getAllForeignElements() |
boolean |
hasForeignElements() |
addForeignAttribute, addForeignAttributes, getAllForeignAttributes, hasForeignAttributes
void addForeignElement(@Nonnull com.helger.xml.microdom.IMicroElement aForeignElement)
default void addForeignElements(@Nonnull Iterable<com.helger.xml.microdom.IMicroElement> aForeignElements)
boolean hasForeignElements()
@Nonnull @ReturnsMutableCopy com.helger.commons.collection.ext.ICommonsList<com.helger.xml.microdom.IMicroElement> getAllForeignElements()
Copyright © 2014–2016 Philip Helger. All rights reserved.