org.jvnet.annox.reader.resourced
Class NParser

java.lang.Object
  extended by org.jvnet.annox.reader.resourced.NParser

public class NParser
extends Object


Constructor Summary
NParser()
           
NParser(javax.xml.bind.JAXBContext context)
           
 
Method Summary
 javax.xml.bind.JAXBContext getContext()
           
 NClass parseNClass(InputStream is)
           
 NPackage parseNPackage(InputStream is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NParser

public NParser(javax.xml.bind.JAXBContext context)

NParser

public NParser()
Method Detail

getContext

public javax.xml.bind.JAXBContext getContext()

parseNPackage

public NPackage parseNPackage(InputStream is)
                       throws IOException
Throws:
IOException

parseNClass

public NClass parseNClass(InputStream is)
                   throws IOException
Throws:
IOException


Copyright © 2006-2012 Highsource. All Rights Reserved.