public interface MarshallingContext extends MarshallingContext
Modifier and Type | Method and Description |
---|---|
void |
declareNamespace(String prefix,
String ns) |
AttributeBinding |
getAttributeBinding() |
ParticleBinding |
getParticleBinding() |
String |
getPrefix(String ns) |
SchemaBinding |
getSchemaBinding() |
Object |
peek() |
getContentHandler, getNamespaceContext, getSimpleContentProperty, isAttributeRequired, isTypeComplex
SchemaBinding getSchemaBinding()
AttributeBinding getAttributeBinding()
ParticleBinding getParticleBinding()
String getPrefix(String ns)
ns
- the namespace to return the prefix forvoid declareNamespace(String prefix, String ns)
prefix
- prefix for the namespace being declaredns
- the namespace to declare for the current componentObject peek()
Copyright © 2015 JBoss by Red Hat. All rights reserved.