public static class XBRLXSDTypeDefinition.ClsIgnoreAllReceiver
extends java.lang.Object
implements net.sf.saxon.event.Receiver
Constructor and Description |
---|
ClsIgnoreAllReceiver(net.sf.saxon.event.PipelineConfiguration config)
Instantiates a new cls ignore all receiver.
|
Modifier and Type | Method and Description |
---|---|
void |
attribute(net.sf.saxon.om.NodeName attName,
net.sf.saxon.type.SimpleType typeCode,
java.lang.CharSequence value,
int locationId,
int properties)
Attribute.
|
void |
characters(java.lang.CharSequence chars,
int locationId,
int properties)
Characters.
|
void |
close()
Close.
|
void |
comment(java.lang.CharSequence content,
int locationId,
int properties)
Comment.
|
void |
endDocument()
End document.
|
void |
endElement()
End element.
|
net.sf.saxon.event.PipelineConfiguration |
getPipelineConfiguration()
Gets the pipeline configuration.
|
java.lang.String |
getSystemId()
Gets the system id.
|
void |
namespace(net.sf.saxon.om.NamespaceBinding namespaceBinding,
int properties)
Namespace.
|
void |
open()
Open.
|
void |
processingInstruction(java.lang.String name,
java.lang.CharSequence data,
int locationId,
int properties)
Processing instruction.
|
void |
setPipelineConfiguration(net.sf.saxon.event.PipelineConfiguration config)
Sets the pipeline configuration.
|
void |
setSystemId(java.lang.String systemId)
Sets the system id.
|
void |
setUnparsedEntity(java.lang.String name,
java.lang.String systemID,
java.lang.String publicID)
Sets the unparsed entity.
|
void |
startContent()
Start content.
|
void |
startDocument(int properties)
Start document.
|
void |
startElement(net.sf.saxon.om.NodeName elemName,
net.sf.saxon.type.SchemaType typeCode,
int locationId,
int properties)
Start element.
|
boolean |
usesTypeAnnotations()
Uses type annotations.
|
public ClsIgnoreAllReceiver(net.sf.saxon.event.PipelineConfiguration config)
config
- the configpublic void characters(java.lang.CharSequence chars, int locationId, int properties) throws net.sf.saxon.trans.XPathException
characters
in interface net.sf.saxon.event.Receiver
chars
- the charslocationId
- the location idproperties
- the propertiesnet.sf.saxon.trans.XPathException
- the x path exceptionpublic void close() throws net.sf.saxon.trans.XPathException
close
in interface net.sf.saxon.event.Receiver
net.sf.saxon.trans.XPathException
- the x path exceptionpublic void comment(java.lang.CharSequence content, int locationId, int properties) throws net.sf.saxon.trans.XPathException
comment
in interface net.sf.saxon.event.Receiver
content
- the contentlocationId
- the location idproperties
- the propertiesnet.sf.saxon.trans.XPathException
- the x path exceptionpublic void endDocument() throws net.sf.saxon.trans.XPathException
endDocument
in interface net.sf.saxon.event.Receiver
net.sf.saxon.trans.XPathException
- the x path exceptionpublic void endElement() throws net.sf.saxon.trans.XPathException
endElement
in interface net.sf.saxon.event.Receiver
net.sf.saxon.trans.XPathException
- the x path exceptionpublic net.sf.saxon.event.PipelineConfiguration getPipelineConfiguration()
getPipelineConfiguration
in interface net.sf.saxon.event.Receiver
public void open() throws net.sf.saxon.trans.XPathException
open
in interface net.sf.saxon.event.Receiver
net.sf.saxon.trans.XPathException
- the x path exceptionpublic void processingInstruction(java.lang.String name, java.lang.CharSequence data, int locationId, int properties) throws net.sf.saxon.trans.XPathException
processingInstruction
in interface net.sf.saxon.event.Receiver
name
- the namedata
- the datalocationId
- the location idproperties
- the propertiesnet.sf.saxon.trans.XPathException
- the x path exceptionpublic void setPipelineConfiguration(net.sf.saxon.event.PipelineConfiguration config)
setPipelineConfiguration
in interface net.sf.saxon.event.Receiver
config
- the new pipeline configurationpublic void setSystemId(java.lang.String systemId)
setSystemId
in interface javax.xml.transform.Result
setSystemId
in interface net.sf.saxon.event.Receiver
systemId
- the new system idpublic void setUnparsedEntity(java.lang.String name, java.lang.String systemID, java.lang.String publicID) throws net.sf.saxon.trans.XPathException
setUnparsedEntity
in interface net.sf.saxon.event.Receiver
name
- the namesystemID
- the system IDpublicID
- the public IDnet.sf.saxon.trans.XPathException
- the x path exceptionpublic void startContent() throws net.sf.saxon.trans.XPathException
startContent
in interface net.sf.saxon.event.Receiver
net.sf.saxon.trans.XPathException
- the x path exceptionpublic void startDocument(int properties) throws net.sf.saxon.trans.XPathException
startDocument
in interface net.sf.saxon.event.Receiver
properties
- the propertiesnet.sf.saxon.trans.XPathException
- the x path exceptionpublic java.lang.String getSystemId()
getSystemId
in interface javax.xml.transform.Result
public boolean usesTypeAnnotations()
usesTypeAnnotations
in interface net.sf.saxon.event.Receiver
public void startElement(net.sf.saxon.om.NodeName elemName, net.sf.saxon.type.SchemaType typeCode, int locationId, int properties) throws net.sf.saxon.trans.XPathException
startElement
in interface net.sf.saxon.event.Receiver
elemName
- the elem nametypeCode
- the type codelocationId
- the location idproperties
- the propertiesnet.sf.saxon.trans.XPathException
- the x path exceptionpublic void namespace(net.sf.saxon.om.NamespaceBinding namespaceBinding, int properties) throws net.sf.saxon.trans.XPathException
namespace
in interface net.sf.saxon.event.Receiver
namespaceBinding
- the namespace bindingproperties
- the propertiesnet.sf.saxon.trans.XPathException
- the x path exceptionpublic void attribute(net.sf.saxon.om.NodeName attName, net.sf.saxon.type.SimpleType typeCode, java.lang.CharSequence value, int locationId, int properties) throws net.sf.saxon.trans.XPathException
attribute
in interface net.sf.saxon.event.Receiver
attName
- the att nametypeCode
- the type codevalue
- the valuelocationId
- the location idproperties
- the propertiesnet.sf.saxon.trans.XPathException
- the x path exceptionCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa