All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.xmlmiddleware.xmlutils.FragmentBuilder
The root element of the XML is ignored; its children become the children of the DocumentFragment.
public FragmentBuilder(XMLReader xmlReader) throws SAXException
public DocumentFragment parse(Document doc,
String xml) throws SAXException, IOException
public void startDocument() throws SAXException
public void endDocument() throws SAXException
public void startElement(String uri,
String localName,
String qName,
Attributes attrs) throws SAXException
public void endElement(String uri,
String localName,
String qName) throws SAXException
public void characters(char ch[],
int start,
int length) throws SAXException
public void ignorableWhitespace(char ch[],
int start,
int length) throws SAXException
public void processingInstruction(String target,
String data) throws SAXException
public void startPrefixMapping(String prefix,
String uri) throws SAXException
public void endPrefixMapping(String prefix) throws SAXException
public void setDocumentLocator(Locator locator)
public void skippedEntity(String name) throws SAXException
All Packages Class Hierarchy This Package Previous Next Index