Top "Xmlbeans" questions

XMLBeans is a technology for accessing XML by binding it to Java types.

What does the org.apache.xmlbeans.XmlException with a message of "Unexpected element: CDATA" mean?

I'm trying to parse and load an XML document, however I'm getting this exception when I call the parse method …

java xml xmlbeans xmlexception
RuntimeException from xmlbeans - can't find compiled schema

I'm getting a RuntimeException while executing some code that depends on generated xmlbeans classes. I can't figure out if this …

java xml xmlbeans
Exception when using Apache POI to read XLSX file

I'm currently working with Apachi, as I needed to read data from a XLSX file, and it will later be …

java exception apache-poi xlsx xmlbeans
How to extract information from XmlObject in JAVA without using toString()?

I have an XmlObject (org.apache.xmlbeans.XmlObject) obj . XmlObject obj; ... obj.toString(); //<xml-fragment>n2</xml-fragement> // …

java xml xmlbeans
Compiling multiple XSD into single JAR using XMLBeans

I have the following directory structure: schema1 schema1.xsd schema1.xsdconfig schema2 schema2.xsd schema2.xsdconfig schema3 schema3.xsd schema3.…

java xmlbeans