Click here to Skip to main content
15,907,281 members
Home / Discussions / Java
   

Java

 
AnswerRe: a question about ThreadPool Pin
Nagy Vilmos23-Apr-12 0:21
professionalNagy Vilmos23-Apr-12 0:21 
Questionsparql query Pin
RORY1720-Apr-12 8:00
RORY1720-Apr-12 8:00 
AnswerRe: sparql query Pin
Nagy Vilmos23-Apr-12 1:56
professionalNagy Vilmos23-Apr-12 1:56 
GeneralRe: sparql query Pin
RORY1725-Apr-12 11:06
RORY1725-Apr-12 11:06 
QuestionProblems deploying Soap MTOM service WCF with Java Client Pin
sfinxrecord1319-Apr-12 4:30
sfinxrecord1319-Apr-12 4:30 
QuestionRead XML data into an ArrayList Pin
Chris_B8419-Apr-12 0:08
Chris_B8419-Apr-12 0:08 
AnswerRe: Read XML data into an ArrayList Pin
Richard MacCutchan19-Apr-12 1:39
mveRichard MacCutchan19-Apr-12 1:39 
AnswerRe: Read XML data into an ArrayList Pin
Ramesh221726-Apr-12 20:48
Ramesh221726-Apr-12 20:48 
Intialize the builder and path variables , It will work..
Like mentoined below



public class XmlParser {
DocumentBuilder builder =null;
XPath path=null;
public void UserListParser() throws ParserConfigurationException{
DocumentBuilderFactory dbfactory = DocumentBuilderFactory.newInstance();
builder = dbfactory.newDocumentBuilder();
XPathFactory xpfactory = XPathFactory.newInstance();
path = xpfactory.newXPath();
}
Questionserial numbers in Java Application Pin
TorstenH.16-Apr-12 3:54
TorstenH.16-Apr-12 3:54 
AnswerRe: serial numbers in Java Application Pin
Nagy Vilmos16-Apr-12 4:50
professionalNagy Vilmos16-Apr-12 4:50 
GeneralRe: serial numbers in Java Application Pin
TorstenH.16-Apr-12 21:06
TorstenH.16-Apr-12 21:06 
AnswerRe: serial numbers in Java Application Pin
BobJanova16-Apr-12 5:37
BobJanova16-Apr-12 5:37 
GeneralRe: serial numbers in Java Application Pin
TorstenH.16-Apr-12 21:04
TorstenH.16-Apr-12 21:04 
QuestionTelephone Interface Pin
muhammed_k13-Apr-12 22:22
muhammed_k13-Apr-12 22:22 
AnswerRe: Telephone Interface Pin
Richard MacCutchan13-Apr-12 22:25
mveRichard MacCutchan13-Apr-12 22:25 
GeneralRe: Telephone Interface Pin
muhammed_k14-Apr-12 0:56
muhammed_k14-Apr-12 0:56 
Questionhow to set the files become read only using java rmi Pin
dnafrinsi13-Apr-12 22:06
dnafrinsi13-Apr-12 22:06 
SuggestionRe: how to set the files become read only using java rmi Pin
Richard MacCutchan13-Apr-12 22:23
mveRichard MacCutchan13-Apr-12 22:23 
GeneralRe: how to set the files become read only using java rmi Pin
dnafrinsi17-Apr-12 2:16
dnafrinsi17-Apr-12 2:16 
GeneralRe: how to set the files become read only using java rmi Pin
Richard MacCutchan17-Apr-12 4:53
mveRichard MacCutchan17-Apr-12 4:53 
QuestionHow to Delete/remove index elements in 2D arrayList Pin
B.Bryce10-Apr-12 2:48
B.Bryce10-Apr-12 2:48 
AnswerRe: How to Delete/remove index elements in 2D arrayList Pin
Richard MacCutchan10-Apr-12 5:38
mveRichard MacCutchan10-Apr-12 5:38 
GeneralRe: How to Delete/remove index elements in 2D arrayList Pin
B.Bryce10-Apr-12 7:11
B.Bryce10-Apr-12 7:11 
GeneralRe: How to Delete/remove index elements in 2D arrayList Pin
Richard MacCutchan10-Apr-12 8:27
mveRichard MacCutchan10-Apr-12 8:27 
GeneralRe: How to Delete/remove index elements in 2D arrayList Pin
TorstenH.10-Apr-12 19:20
TorstenH.10-Apr-12 19:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.