English 中文(简体)
页: 1
原标题:XSOM parser getResult returning null
  • 时间:2011-11-24 12:31:49
  •  标签:
  • c#
  • xsd
  • xsom

I am trying to parse a XSD file. The parser parse method doesn t give any Exception but when I use parser.getResult(), it returns null. My XSD file have one Schema node in it.

XSOMParser parser = new XSOMParser();
parser.parse(new File(schemaPath));  //This runs fine
this.schemaSet = parser.getResult(); //here I get A null

任何想法?

最佳回答

XSOMParser的javadoc:getResult()说,如果存在 par错,它就会失去回报。 如果你的chem子只 has了;xsd:schema/>并且你把 par子改成 null子,我将把它称作执行中的ug(一个空 s是有效的chem)。 否则,我将明确附上一个错误的手稿,以确保还有其他一些问题。 很可能发生一些错误。

首先使用某种XML Schema验证工具验证其XSD档案。 如果你的图谋提到外部图象,确保你具体说明一种制度,如果你的外部参考资料使用相对的URIs。

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签