API « Development « Java XML Q&A

Home
Java XML Q&A
1.convert
2.Development
3.document
4.dom
5.dom4j
6.dtd
7.element
8.jaxb
9.jaxp
10.jdom
11.jsoup
12.namespace
13.Node
14.parse
15.parser
16.pdf
17.sax
18.schema
19.stax
20.tag
21.transform
22.Validation
23.xalan
24.xmlbeans
25.xpath
26.xsd
27.xslt
28.xstream
Java XML Q&A » Development » API 

1. Using the Rome Java API to access metadata fields    stackoverflow.com

I've been using the Rome API to parse data from an XML feed pretty successfully so for, but have run in to a bit of a snag. Given the following snippet ...

2. Is there a java api to access bugzilla?    stackoverflow.com

Is there a (standalone!) java api which wraps the XML-RPC interface to bugzilla? I don't want to program my own api for it, and I can't actually find a library which ...

3. Java API for XML    stackoverflow.com

which is a good Java API for working with XML (both DOM and SAX approaches)? Is JAXP a good choice, or is it deprecated? And, what good tutorial on the suggested ...

4. Java XML APIs    stackoverflow.com

I've dealt with a few XML APIs in Java, but I don't have a good understanding of all the frameworks available in Java for dealing with XML for whatever purpose (e.g. ...

5. Good references for an overview of the Java XML ecosystem?    stackoverflow.com

The java xml ecosystem seems awash in current implementations, API definitions and libraries all with cryptic names. (Web searches frequently turn up references to old/out-of-date implementations as well.) To list just some ...

6. xades-t format with java xml signing api    stackoverflow.com

I would like to use java xml signing api for xades-t signature type. I need to do a canonical transform on signature value node, get a timestamp and insert the result ...

7. Does it exist: context aware, autocompleting, XML editor with API for including into my app    stackoverflow.com

I need an API-addressable, Java-based XML editor that is context aware. For instance, if you give the editor a schema for the XML document that is supposed to be generated, ...

8. The best and/or fastest to learn Java API for consuming XML feeds with attributes    stackoverflow.com

What is the best and/or fastest to learn Java API for consuming XML feeds like this:

<body copyright="Company">
    <student id="1" fname="Anthony" lname="Hopkins"/>
    <student id="2" fname="John" ...

9. Best way to connect Java and Visual Studio 6 C++ via API    stackoverflow.com

Title says it all, but I'd like to get into more detail. We have a web platform written in Java. It will expose certain functionality via some kind of an API ...

10. Making sure that the same object isn't loaded twice from XML API in Java    stackoverflow.com

I am new to Java, and am working on a Public Transit Java app as a first small project. I am loading transit data in from a server through an XML ...

11. Sun provides a Java API to the XML-Enc specification?    stackoverflow.com

I`m searching if there is how to execute the XML-Enc specification http://en.wikipedia.org/wiki/XML_Encryption without use of external APIs like Apache Santuario. Thanks in advance!

12. How to use a java class based on its API documentation    stackoverflow.com

I am quite new to Java, and need to work on a project requiring using open source software. I am very confusing about understanding those Java API's documentation. As an example, can ...

13. XmlRpcClientException: An invalid XML character (Unicode: 0x8) was found    stackoverflow.com

I'm using Apache XML-RPC library to get bugs from Bugzilla. Calling the service, I receive exception: org.apache.xmlrpc.client.XmlRpcClientException: Failed to parse server's response: An invalid XML character (Unicode: 0x8) was found in the ...

14. How to send custom XML packet using Java's Smack API?    stackoverflow.com

I'm using the Smack API in Java to connect to my XMPP server. I want to send a customized message packet like this:

<message to="you@MyServer.com" type="chat" MYFIELD="custom stuff">
    <body> ...

15. Expose Hudson system info to remote API    stackoverflow.com

I was wondering if anyone has been able to expose the system info from Hudson/Jenkins to the remote API? I manage multiple instances and would like to be able to gather some ...

16. Java API for xml type with JDBCthin driver    stackoverflow.com

I have been trying to access an xmlType column-table from my java application the whole day and all I found is functions oracle.xdb.XMLType. But sadly I can't use those functions since ...

17. Is there an api for ignoring xml?    coderanch.com

An alternative (but slightly more complex) solution... If you're reading actual XML, it's quite easy to create a SAX parser for this. The basic gist would be "ignore all events except for CDATA events". Then, do what you want with the CDATA. The catches: You have to learn SAX, which is pretty simple but still takes time. It won't work with ...

18. Reading from XML with simple api?    java-forums.org

19. Java API docs as XML?    forums.oracle.com

20. XML API    forums.oracle.com

This answer will sound really vague and trite, but in the case of XML processing, it actually carries some more weight than in other cases: it depends entirely on what you want to do with your XML Currently, I deal with a fair amount of XML in my work, but rarely actually write any Java XML code at all. It's all ...

22. How to use the api in xml format    forums.oracle.com

The documentation probably also talks about how that's exposed, as in whether there's an HTTP endpoint available, or something. You might have to save that XML to a file in a particular location, or pump it down a socket. Who knows? Talk to your vendor. What is that XML for anyway, some e-gift scheme?

23. Are there any XML API that works similar to Apache Digester but "newer"?    forums.oracle.com

I didn't know Apache's Digester API until I read your post, so I can't really compare. However, I would suggest you to look into [JAXB|https://jaxb.dev.java.net/tutorial/] . Despite being often presented in the context of WebServices, JAXB is included in the JDK, so it is quite "standard" (and familiarity with it is certainly an asset, even if other XML packages exist outside ...

24. XML using w3c API    forums.oracle.com

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.