| java.lang.Object org.itsnat.impl.core.domutil.ItsNatDOMUtilInternal
ItsNatDOMUtilInternal | public class ItsNatDOMUtilInternal (Code) | | author: jmarranz |
Method Summary | |
public static TreeWalker | createTreeWalker(Element node) | public static DocumentFragment | extractChildrenToDocFragment(Node parentNode) | public static Node | getChildTopMostContainingNode(Node node, Element parentElement) | public static Node | getChildTopMostContainingNode(Node node, Element parentElement, Element topLimitParent) | public static Node | getFirstContainedNodeMatching(Node parent, NodeConstraints rules) | public static Text | getFirstTextNode(Element elem) | public static HTMLHeadElement | getHead(HTMLDocument doc) | public static String | getTextFirstTextNode(Element elem) | public static boolean | hasContainedNodeMatching(Node parent, NodeConstraints rules) | public static boolean | isBodyChild(Node node) | public static boolean | isChild(Node node, Element parentElement, Element topLimitParent) | public static boolean | isChildOrSame(Node node, Element parentElement, Element topLimitParent) | public static boolean | isHeadChild(Node node) | public static boolean | isNodeBoundToDocumentTree(Node node) | public static boolean | isSameContent(Element parentElem, DocumentFragment docFrag) | public static boolean | isSameContent(Attr attr1, Attr attr2) | public static boolean | isSameContent(Node node1, Node node2) | public static void | removeAllChildNotElement(Element parentElem) | public static void | removeAllChildTextNodes(Element parentElem) | public static void | replaceContent(Element parentElem, Node newChild) | public static void | setAttribute(Element elem, String name, String value) | public static void | setAttribute(Element elem, String name, boolean value) | public static void | setTextFirstTextNode(Element elem, String value) | public static String | toString(Object obj) |
ItsNatDOMUtilInternal | public ItsNatDOMUtilInternal()(Code) | | Creates a new instance of ItsNatDOMUtilInternal
|
getChildTopMostContainingNode | public static Node getChildTopMostContainingNode(Node node, Element parentElement)(Code) | | |
getChildTopMostContainingNode | public static Node getChildTopMostContainingNode(Node node, Element parentElement, Element topLimitParent)(Code) | | |
isBodyChild | public static boolean isBodyChild(Node node)(Code) | | |
isHeadChild | public static boolean isHeadChild(Node node)(Code) | | |
isNodeBoundToDocumentTree | public static boolean isNodeBoundToDocumentTree(Node node)(Code) | | |
isSameContent | public static boolean isSameContent(Attr attr1, Attr attr2)(Code) | | |
isSameContent | public static boolean isSameContent(Node node1, Node node2)(Code) | | |
removeAllChildNotElement | public static void removeAllChildNotElement(Element parentElem)(Code) | | |
removeAllChildTextNodes | public static void removeAllChildTextNodes(Element parentElem)(Code) | | |
replaceContent | public static void replaceContent(Element parentElem, Node newChild)(Code) | | |
|
|