Module org.eclipse.persistence.core
Class SAXFragmentBuilder
java.lang.Object
org.eclipse.persistence.platform.xml.SAXDocumentBuilder
org.eclipse.persistence.internal.oxm.SAXFragmentBuilder
- All Implemented Interfaces:
ExtendedContentHandler,ContentHandler,LexicalHandler
- Since:
- release specific (what release of product did this appear in)
- Version:
- $Header: SAXFragmentBuilder.java 18-sep-2007.14:36:11 dmahar Exp $
-
Field Summary
Fields inherited from class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
document, locator, namespaceDeclarations, nodes, stringBuffer, xmlPlatform -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendChildNode(Node parent, Node child) buildAttributeNode(String namespaceURI, String localName, String value) buildTextNode(String textValue) voidendElement(String namespaceURI, String localName, String qName) voidendSelfElement(String namespaceURI, String localName, String qName) getNodes()voidsetMixedContent(boolean mixedContent) voidsetOwningRecord(UnmarshalRecord record) voidstartElement(String namespaceURI, String localName, String qName, Attributes atts) Methods inherited from class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
addNamespaceDeclaration, characters, characters, comment, endCDATA, endDocument, endDTD, endEntity, endPrefixMapping, getDocument, getInitializedDocument, ignorableWhitespace, processingInstruction, setDocumentLocator, setNil, skippedEntity, startCDATA, startDocument, startDTD, startEntity, startPrefixMappingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
SAXFragmentBuilder
-
-
Method Details
-
startElement
public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException - Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classSAXDocumentBuilder- Throws:
SAXException
-
endElement
- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classSAXDocumentBuilder- Throws:
SAXException
-
endSelfElement
- Throws:
SAXException
-
getNodes
-
setOwningRecord
-
appendChildNode
- Overrides:
appendChildNodein classSAXDocumentBuilder
-
buildAttributeNode
-
buildTextNode
-
setMixedContent
public void setMixedContent(boolean mixedContent)
-