public class Content extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Content.Characters |
static class |
Content.EndElement |
static class |
Content.EndPrefixMapping |
static class |
Content.StartElement |
static class |
Content.StartPrefixMapping |
Constructor and Description |
---|
Content() |
Modifier and Type | Method and Description |
---|---|
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() |
public void handleContent(ContentHandler handler) throws SAXException
SAXException
public void startDocument()
public void endDocument()
public void endPrefixMapping(String prefix)
public void startElement(String namespaceURI, String localName, String qName, Attributes atts)
public void characters(char[] ch, int start, int length)
public void append(Content content)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.