On CNET: Secrets of the mysterious iPhone girl
1 Resources for

documentbuilder class

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Parse XML documents with JAXP
This article originally appeared as an XML e-newsletter.By Brian SchaffnerThere are many ways to parse XML documentswith Java. You have options for parsing using DOM and SAX, whichare the standard parsing techniques. You also have the option touse the Java API for XML Processing JAXP. JAXP is...
Tags: DocumentBuilder, DocumentBuilder class, DocumentBuilderFactory, parser, XML, JAXP, XML document, Document Object Model
Technical articles 2003-10-01

Additional Resources

XML Validation and XPath Evaluation in J2SE 5.0
Some of the exciting new features of the Java 2 Platform, Standard Edition (J2SE) 5.0 release, code-named Tiger, are the added XML validation package at javax.xml.validation and the XPath libraries at javax.xml.xpath. Before the Tiger release, the Java API for XML Processing JAXP SAXParser or DocumentBuilder classes were the primary...
Tags: J2SE, XPath, XML, Java, Software/Web Development, Web Development, Programming Languages, Software Development
White papers 2005-09-08
Format Java-extracted data using DOM and XSL
Java can extract data from any JDBC-compliant database, convert that data into a DOM object, and then use XSL to format that data in the desired fashion. In a previous article, we demonstrated how to programmatically extract the data from a database. Now, we'll look at how to build the...
Tags: XML, John Charles Bell, Java, Document Object Model, columnCount, columnNames, JAXP XML processing, XSL
Technical articles 2003-07-21
Problems - String to Document conversion
Hi, I am getting some problem while parsing a String XML in to Document object. CODE : public static Document converDocumentString xml { DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance; DocumentBuilder builder = null; try { builder = factory.newDocumentBuilder; } catch (ParserConfigurationException...
Tags: suman.deb@..., XML, TODO Auto-generated, Document Conversion, ToDo
Discussion threads 2007-04-27
Kaplan Networking Class, Anyone Taken it?
First, I am a bit leary of this class. I've taken my fair share of computers apart and put them back together. All the supplies I needed were avaliable in the University Lab. Now I have to take apart the computer I use for my class. Which I can't do....
Tags: computer
Discussion threads 2006-08-22
Demystifying Class Loading Problems, Part 1: An Introduction to Class Loading and Debugging Tools
The class loading component is fundamental to the Java virtual machine. Though developers generally have a good grasp of the basics of class loading, when a problem occurs, they may have a hard time diagnosing and determining a solution. This paper describes in detail how Java class loading works and...
Tags: Class, Tool, Java, Productivity, Programming Languages, Software Development, Software/Web Development
White papers 2005-11-29
EasyCl Sample (exe)
EasyCl Sample discusses the development of a C++ class library for encapsulating OpenGL code. The C++ class presented is for demonstration and educational purposes only. I will expand the class library for future OpenGL articles. The class library is not currently part of the Microsoft Foundation Class Library MFC, and...
Tags: OpenGL, Microsoft Corp., C++, EasyCl Sample, Class Library, C/C++, Programming Languages, Software Development, Software/Web Development
Software downloads 2007-09-14
CyberMatrix Class Scheduler (exe)
CyberMatrix Class Scheduler is an easy to use single or multi-user application for scheduling student's classes. The software is ideal for schools and other institutions that must create class schedules. Class Scheduler can be used by a single teacher or by a group of students to schedule classes. The idea...
Tags: Software, Class, CyberMatrix Class Scheduler, Tools & Techniques, Management
Software downloads 2005-12-23
Change ip range from class C to Class B
HiHope somebody can throw some light to the scenario described below.Currently our single LAN network with a class C ip addressing schemeWindows DHCP. Unfortunately the the maximum available ip addresses exhausted and we would like to updrade the IP range from the Class C to Class B. what could be...
Tags: DHCP, jeromemathew@..., Class B, DNS, windows, it management, hardware, networking, subnetting, C, IP
Discussion threads 2007-02-08
Redianet Class (zip)
Redianet Class is a networked program that allows an instructor display its screen and other multimedia contents, observe and act on all the PCs of the class and let the students collaborate with its companions showing, sharing and acting on the PCs of the group. Redianet Class offers instructors control...
Tags: PC, Class, Redianet Class, Desktops, Hardware
Software downloads 2005-09-26
PayPal IPN Class (zip)
This Class can be used with C#, VB, J# or any .NET languages. This Class was written for ASP.NET 2.0 and for PayPal's IPN 2.4 dated (October 29th, 2007 current) Although PayPal's IPN is currently 2.4 this Class should continue to be up to date b/c PayPal strives to insure...
Tags: PayPal, .Net, C#, Microsoft Development Tools, Programming Languages, Java Development Tools, Web Site Development, Middleware, Software Development, Software/Web Development, Development Tools, Internet, Enterprise Software, Software
Software downloads 2007-12-04
Set NIC Priority
I currently have a computer that is attatched to 2 private networks. One is 10.x.x.x and one is 192.168.127.x. The Class C network is setup in our Machine shop so that the instructor here can send CNC files to the individual CNC machines. The Class A network...
Tags: Class-A, hardware, jthibodeau, network, network interface card, networking, windows
Discussion threads 2007-01-18
java
will you tell me y object class is parent class for all classesWell something had to be :DHaving another ultimate parent with the same methods would have violated the tenets of object orientation.Every object has a class, that's what makes it a class. What place other than the ultimate parent...
Tags: OOA/OOD/OOP, Java, sree.srinu38@...
Discussion threads 2007-06-21
Geek Trivia: Glimpsing the sub(marine)text
SSN-571....Jay, the U.S.S. Nautilus was the ONLY ship of it's class ever launched; no other "Nautilus" class ship was ever built, as the Navy was actively experimenting during that time with the concept of nuclear propulsion. Further, while sub classes are named for there lead ship, in recent years...
Tags: Bill Ward
Discussion threads 2007-07-31
WebSphere Application Server V6.1: Classloader Problem Determination
Troubleshooting class loader issues with applications running on WebSphere Application Server version 6.1 requires a basic understanding of how class loaders work within WebSphere. This paper begins with an introduction on understanding class loaders and class loaders within WebSphere Application Server. This includes an explanation of configuration options for the...
Tags: IBM WebSphere, IBM WebSphere Application Server, Class Loader, Application Servers, Middleware, Enterprise Software, Software
White papers 2007-07-18
UML Basics Part III: The Class Diagram
Modeling the static structure of classes, the class diagram shows each class's internal structure along with the relationship that the class has to other classes. This paper focuses on the class diagram. Although almost every UML-knowledgeable person claims to understand this diagram, very few actually know the diagram's proper notation...
Tags: Class, UML, Programming Languages, Research & Development, Ooa/Ood/Oop, Software Development, Software/Web Development, Business Operations
White papers 2003-11-01
Basic UNIX commands
Refer to this abbreviated list whenever you find yourself in a Unix shell and can't remember if you need to use ls or dir to view directories.Directory commandscdChange the working directoryfindFind a file by name or by other characteristicsmkdirMake a directoryrmdirRemove a directory File manipulation commandscatConcatenate and display a filechmodChange the...
Tags: Telnet, Unix
Technical articles 2003-09-29
Create Student Class Schedules (zip)
The S12-Class Scheduler can schedule 250 students to 5 days of classes per week and was developed to schedule Adult Day Care activities or classes as part of a Client Care Plan. It also has applications in scheduling students to other types of classes. You simply define the classes or...
Tags: Class
Software downloads 2006-10-19
Populate Web forms with JSP and XML
This article originally appeared as an XML e-newsletter.By Brian SchaffnerWe have shown you how to populate both C#forms and ASP.NET forms with XML data. This tip will show you asimilar technique for the Java platform. You'll learn how topopulate JavaServer Pages JSPs with XML data. The sample...
Tags: Scripting languages, Java, Web Forms, Web, XML, SelectFile.jsp, XML document, XML-Data, JSP, nodeName
Technical articles 2003-09-29
ObjectBuilder (exe)
ObjectBuilder is a C++ Case tool (Case, forward engineering, refactoring, documentation generator). It lets you create, manipulate and navigate classes, class relations, class members and class methods at a high level of abstraction.
Tags: OldPortal.com, ObjectBuilder, C/C++, Productivity, Programming Languages, Software Development, Software/Web Development
Software downloads 2006-02-27
  • << Previous
  • page 1 of 1
  • Next >>


TPG Power Checklist: Troubleshooting TCP/IP
TCP/IP, the protocol powering Internet, Intranet and Extranet communications, provides critical functionality withinmost every organization. Numerous ...
Buy Now
Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now

Cracking Open Apple Tech