Class DocumentFragmentImpl

All Implemented Interfaces:
DocumentFragment, Node

public class DocumentFragmentImpl
extends InnerNodeImpl
implements DocumentFragment
Provides a straightforward implementation of the corresponding W3C DOM interface. The class is used internally only, thus only notable members that are not in the original interface are documented (the W3C docs are quite extensive). Hope that's ok.

Some of the fields may have package visibility, so other classes belonging to the DOM implementation can easily access them while maintaining the DOM tree structure.