public class ParserInputStreamCustomBuilder extends Object implements CustomBuilder
| Constructor and Description |
|---|
ParserInputStreamCustomBuilder(String encoding)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
convertEntityReferences(String value) |
OMElement |
create(String namespace,
String localPart,
OMContainer parent,
XMLStreamReader reader,
OMFactory factory) |
OMElement |
create(String namespace,
String localPart,
OMContainer parent,
XMLStreamReader reader,
OMFactory factory,
InputStream payload) |
public ParserInputStreamCustomBuilder(String encoding)
encoding - public OMElement create(String namespace, String localPart, OMContainer parent, XMLStreamReader reader, OMFactory factory) throws OMException
create in interface CustomBuilderOMExceptionpublic OMElement create(String namespace, String localPart, OMContainer parent, XMLStreamReader reader, OMFactory factory, InputStream payload) throws OMException
OMExceptionCopyright © The Apache Software Foundation. All Rights Reserved.