|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.xb.binding.Content
public class Content
An instance of this class represents XML content. It is populated on unmarshalling with org.jboss.xb.binding.ContentPopulator and used to implement content navigation in object model factories. And on marshalling, first, an instance of this class is created and then it is serialized into XML content with org.jboss.xb.binding.ContentWriter.
| Nested Class Summary | |
|---|---|
static class |
Content.Characters
|
static class |
Content.EndElement
|
static class |
Content.EndPrefixMapping
|
static class |
Content.StartElement
|
static class |
Content.StartPrefixMapping
|
| Constructor Summary | |
|---|---|
Content()
|
|
| Method Summary | |
|---|---|
void |
append(Content content)
|
void |
characters(char[] ch,
int start,
int length)
|
void |
endDocument()
|
void |
endElement(String namespaceURI,
String localName,
String qName)
|
void |
endPrefixMapping(String prefix)
|
String |
getChildContent(String namespaceURI,
String qName)
|
void |
handleContent(ContentHandler handler)
|
void |
startDocument()
|
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
|
void |
startPrefixMapping(String prefix,
String uri)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Content()
| Method Detail |
|---|
public String getChildContent(String namespaceURI,
String qName)
public void handleContent(ContentHandler handler)
throws SAXException
SAXExceptionpublic String toString()
toString in class Objectpublic void startDocument()
public void endDocument()
public void startPrefixMapping(String prefix,
String uri)
public void endPrefixMapping(String prefix)
public void startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
public void endElement(String namespaceURI,
String localName,
String qName)
public void characters(char[] ch,
int start,
int length)
public void append(Content content)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||