Top "Document" questions

Is a term that in computer science can refer to various file types containing usually human readable information, if opened with appropriate software.

Solr documents with child elements?

Is it somehow possible to create a solr document that contains sub-elements? For example, how would I represent something like …

solr nested document structure
different between "getDocumentElement" and "getFirstChild"

I have the following Document object - Document myDoc. myDoc holds an XML file by... myDoc = DocumentBuilderFactory.newInstance() .newDocumentBuilder().parse(…

java xml nodes document
What parameters are required to create an "Add to Google Calendar" link?

We can use this link to add a new event to Google Calendar by parameters https://www.google.com/calendar/…

calendar documentation google-calendar-api document
jquery binding events to dynamically loaded html elements

using jquery we can attach event handlers to the elements present in page, this is done inside document.ready() function. …

jquery events document ready
Make all opened document tabs visible

I would like to see all files or documents I've opened in Visual Studio. I do not want them to …

visual-studio file tabs document show-hide
Easiest way to copy/clone a mongoose document instance?

My approach would be to get the document instance, and create a new one from the instance fields. I am …

mongodb mongoose instance document
Java+DOM: How do I set the base namespace of an (already created) Document?

I am dealing with an already created Document object. I have to be able to set it's base namespace (attribute …

java xml dom namespaces document
How to open the Document files e.g(.pdf,.doc,.docx) in ios mobile when a button action using swift3.0?

I need to open UIDocumentPickerViewController and It should allow user to select all type of files. ie.(.pdf,.doc)files …

ios swift3 document uidocument uidocumentmenuvc
Angular js unit test mock document

I am trying to test angular service which does some manipulations to DOM via $document service with jasmine. Let's say …

javascript unit-testing angularjs testing document
C# get element by name

Soo ive figured out how to get element by id, but i dont know how i can get element by …

c# document getelementbyid getelementsbyname