* @param elementLocalName name of the element
* @param namespacePrefix namespace prefix of the element
*/
protected EmbeddedImpl(String namespaceURI, String elementLocalName, String namespacePrefix) {
super(namespaceURI, elementLocalName, namespacePrefix);
unknownAttributes = new AttributeMap(this);
unknownChildren = new IndexedXMLObjectChildrenList<XMLObject>(this);
}