public class SAXFragmentBuilder extends SAXDocumentBuilder
| Constructor and Description |
|---|
SAXFragmentBuilder(UnmarshalRecord unmarshalRecord) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendChildNode(Node parent,
Node child) |
Attr |
buildAttributeNode(String namespaceURI,
String localName,
String value) |
Text |
buildTextNode(String textValue) |
void |
endElement(String namespaceURI,
String localName,
String qName) |
void |
endSelfElement(String namespaceURI,
String localName,
String qName) |
List<Node> |
getNodes() |
void |
setMixedContent(boolean mixedContent) |
void |
setOwningRecord(UnmarshalRecord record) |
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts) |
characters, characters, endDocument, endPrefixMapping, getDocument, getInitializedDocument, ignorableWhitespace, processingInstruction, setDocumentLocator, setNil, skippedEntity, startDocument, startPrefixMappingpublic SAXFragmentBuilder(UnmarshalRecord unmarshalRecord)
public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException
startElement in interface ContentHandlerstartElement in class SAXDocumentBuilderSAXExceptionpublic void endElement(String namespaceURI, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class SAXDocumentBuilderSAXExceptionpublic void endSelfElement(String namespaceURI, String localName, String qName) throws SAXException
SAXExceptionpublic void setOwningRecord(UnmarshalRecord record)
public void appendChildNode(Node parent, Node child)
appendChildNode in class SAXDocumentBuilderpublic Attr buildAttributeNode(String namespaceURI, String localName, String value)
public void setMixedContent(boolean mixedContent)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference