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 |
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, startPrefixMapping
public SAXFragmentBuilder(UnmarshalRecord unmarshalRecord)
public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException
startElement
in interface ContentHandler
startElement
in class SAXDocumentBuilder
SAXException
public void endElement(String namespaceURI, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class SAXDocumentBuilder
SAXException
public void endSelfElement(String namespaceURI, String localName, String qName) throws SAXException
SAXException
public void setOwningRecord(UnmarshalRecord record)
public void appendChildNode(Node parent, Node child)
appendChildNode
in class SAXDocumentBuilder
public Attr buildAttributeNode(String namespaceURI, String localName, String value)
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference