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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
appendChildNode
(Node parent, Node child) buildAttributeNode
(String namespaceURI, String localName, String value) buildTextNode
(String textValue) void
endElement
(String namespaceURI, String localName, String qName) void
endSelfElement
(String namespaceURI, String localName, String qName) getNodes()
void
setMixedContent
(boolean mixedContent) void
setOwningRecord
(UnmarshalRecord record) void
startElement
(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, startPrefixMapping
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classSAXDocumentBuilder
- Throws:
SAXException
-
endElement
- Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classSAXDocumentBuilder
- Throws:
SAXException
-
endSelfElement
- Throws:
SAXException
-
getNodes
-
setOwningRecord
-
appendChildNode
- Overrides:
appendChildNode
in classSAXDocumentBuilder
-
buildAttributeNode
-
buildTextNode
-
setMixedContent
public void setMixedContent(boolean mixedContent)
-